]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Undefined_subroutine_IkiWiki::escapeHTML.mdwn
Fix missing import of escapeHTML in userlink. (Scott Bronson)
[ikiwiki.git] / doc / bugs / Undefined_subroutine_IkiWiki::escapeHTML.mdwn
index f1f27eba8cb2b5a7d970b01847eeacacd9c68e55..3efbb65a0a5facbd56bea18a5bb4d9b1b004f545 100644 (file)
@@ -19,3 +19,8 @@ This patch appears to fix it for me:
                ), noimageinline => 1);
 
 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]]