]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
Joey's right, that's good enough.
[ikiwiki.git] / doc / bugs / space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn
index 34b80ba40a30071df8a58e7a05e774d4ea44ae3b..39f5d891e22a67cfb5d0dcbfcbe630977a3f4d38 100644 (file)
@@ -1,15 +1,15 @@
 I attempted to make a new webpage by having wiki code with
-    [[new page]]
+    [[!new page]]
     [newpage]
 
 This was converted to literal:
-    [[new page]]
+    [[!new page]]
 and the correct hyperlink:
     ?newpage
 
 So when has a space it doesn't let you create a new page. I am using 1.35. Let's see what happens here:
 
-[[new page]]
+[[!new page]]
 
 A moment later ... same thing ... it is not a link (no question mark to create).
 
@@ -27,4 +27,6 @@ Examples in various files show spaces within the double brackets.
 
 (By the way, the Page Location dropdown above has underscores for spaces and underscore91underscore and 93 and 39 instead of left bracket, right bracket and single quote. When rendered on final page it will be correct but in the select option box it looks strange.)
 
-> This is fixed now. --Ethan
\ No newline at end of file
+> This is fixed now. --Ethan
+
+>> Calling this [[bugs/done]], all issues seem addressed. --[[Joey]]