From 68d7080facb51b01bac4d043b571b5a2010a3c97 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 7 Jul 2021 15:04:45 +0200 Subject: [PATCH] remove open tag --- docs/ocis/adr/0009-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/adr/0009-routes.md b/docs/ocis/adr/0009-routes.md index 8337277c9f..ce2ac89c30 100644 --- a/docs/ocis/adr/0009-routes.md +++ b/docs/ocis/adr/0009-routes.md @@ -24,7 +24,7 @@ Note that with an OC10 backend ownCloud's Web format remains unchanged: `https:/ Worth mentioning that on an OC10 backend it seems that `fileid` query parameter takes precedence over the `dir`. In fact if `dir` is invalid but `fileid` isn't, the resolution will succeed, as opposed to if the `fileid` is wrong (doesn't exist) and `dir` correct, resolution will fail altogether. - is composed of `:` +`space_id` = `:` ## Decision Drivers