X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e7a840ed9a817cf4db59c90e680afd89e146b581..847e1492ef830345a62cde2542f843c811ddb846:/doc/plugins/htmlbalance.mdwn

diff --git a/doc/plugins/htmlbalance.mdwn b/doc/plugins/htmlbalance.mdwn
index 7cdb1f950..f4e2298ee 100644
--- a/doc/plugins/htmlbalance.mdwn
+++ b/doc/plugins/htmlbalance.mdwn
@@ -1,9 +1,9 @@
-[[!template id=plugin name=htmlbalance author="Simon McVittie"]]
+[[!template id=plugin name=htmlbalance author="[[Simon_McVittie|smcv]]"]]
 [[!tag type/html]]
 
 This plugin ensures that the HTML emitted by ikiwiki contains well-balanced
-HTML tags, by parsing it with HTML::TreeBuilder and re-serializing it. This
+HTML tags, by parsing it with [[!cpan HTML::TreeBuilder]] and re-serializing it. This
 acts as a lighter-weight alternative to [[plugins/htmltidy]]; it doesn't
 ensure validity, but it does at least ensure that formatting from a
-blog post pulled in by \[[![[ikiwiki/directive/inline]]]] doesn't
+blog post pulled in by the [[ikiwiki/directive/inline]] directive doesn't
 leak into the rest of the page.