X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9e6b7ba79a71008381528cd87df72a4ab765d5f9..be3483fe9:/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn

diff --git a/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn b/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
index 8dd576b36..6a123fbf8 100644
--- a/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
+++ b/doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
@@ -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>