diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-08 19:15:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-08 19:15:40 -0400 |
commit | 61479665b4c6f9cbf6156f7d4b584d335913ad45 (patch) | |
tree | a9e1dae339ece4045eccfbed6f63e3d8db620d92 /doc/bugs | |
parent | ae4d3779466aebdaba338b807e95083b090bc25f (diff) | |
download | ikiwiki-61479665b4c6f9cbf6156f7d4b584d335913ad45.tar ikiwiki-61479665b4c6f9cbf6156f7d4b584d335913ad45.tar.gz |
web commit by AndrewGreenberg: bad formatting on bug report, sorry.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn b/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn index d290a5447..51969fa61 100644 --- a/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn +++ b/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn @@ -2,14 +2,14 @@ We just installed 2.52 on debian testing, and all edit links with symbols (inclu For example, the existing page: -wiki/bugs/__39__Existing_Subject__39___vs.___39__Browse__39__/ + wiki/bugs/__39__Existing_Subject__39___vs.___39__Browse__39__/ displays the bug "'Existing Subject' vs. 'Browse'". But if we click 'Edit' on that page, we get: -wiki/ikiwiki.cgi?page=bugs%2F'Existing%20Subject'%20vs.%20'Browse'&do=edit + wiki/ikiwiki.cgi?page=bugs%2F'Existing%20Subject'%20vs.%20'Browse'&do=edit .. which of course opens with a blank edit box. Note that manually typing in the correct URL: -wiki/ikiwiki.cgi?page=bugs%2F__39__Existing_Subject__39___vs.___39__Browse__39__&do=edit + wiki/ikiwiki.cgi?page=bugs%2F__39__Existing_Subject__39___vs.___39__Browse__39__&do=edit does work. |