]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
let's move the access keys discussion out to the todo item about it
[ikiwiki.git] / doc / bugs / Undefined_subroutine_IkiWiki::escapeHTML.mdwn
index 8dd576b36409a632b46a458d94e1a800bc1498dc..3efbb65a0a5facbd56bea18a5bb4d9b1b004f545 100644 (file)
@@ -18,4 +18,9 @@ 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]]