X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8ea8f21c20b7a35c72c8f7f753478a27c6a0187a..2d24281a3abcff8f122a5899c7dee4db29acb00a:/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn?ds=sidebyside

diff --git a/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn b/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
index c2ed15e4e..6a123fbf8 100644
--- a/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
+++ b/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
@@ -1,4 +1,4 @@
-Trying to upgrade to IkiWiki 2.41, whenever I try to edit a page I get:
+Trying to upgrade to IkiWiki 2.41+ (git head), whenever I try to edit a page I get:
 
     [Mon Apr 07 16:53:33 2008] [error] [client 68.122.117.135] Undefined subroutine &IkiWiki::escapeHTML called at /root/ikiwiki/install/share/perl/5.8.8/IkiWiki.pm line 610.
     [Mon Apr 07 16:53:33 2008] [error] [client 68.122.117.135] Premature end of script headers: wrapper.cgi
@@ -18,4 +18,10 @@ This patch appears to fix it for me:
      			length $config{userdir} ? $config{userdir}."/".$user : $user
      		), noimageinline => 1);
 
-That's dirty and wrong though... Can you suggest a better fix?
+That's dirty and wrong though... Can you suggest a better fix?  -- [[sabr]]
+
+> Hmm, I think I've not noticed this because the openid plugin hides it. 
+> Bet you have openid disabled.
+> 
+> Anyway, your fix is fine, [[applied|done]]. --[[Joey]]
+>> Actually, I do have openid enabled.  Passwordauth is disabled, dunno if that matters.  My setup file is here: <http://iki.u32.net/iki.setup>