* The slash escaping when adding to a blog from the CGI was not working
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:23:13 +0000 (09:23 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 09:23:13 +0000 (09:23 +0000)
commitc69d6f669a696031ad91620f3db137bb65c673f2
tree6e743eed62e43caee33bf4482a51779b21f34a31
parentde871490391f5322d84895f140222b4d0c499509
* The slash escaping when adding to a blog from the CGI was not working
  since it ended up being double-escaped. Instead, just remove slashes.
* Fix some nasty issues with page name escaping during previewing
  (introduced in 1.44).
IkiWiki/CGI.pm
debian/changelog