From 81ae47421bd9bfc0797ddba5f23c2ef76058172d Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 9 Aug 2007 07:03:38 +0000 Subject: [PATCH 1/1] web commit by PaulWise: minor typo --- doc/plugins/contrib/siterel2pagerel.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/contrib/siterel2pagerel.mdwn b/doc/plugins/contrib/siterel2pagerel.mdwn index 50d901417..7bdeea965 100644 --- a/doc/plugins/contrib/siterel2pagerel.mdwn +++ b/doc/plugins/contrib/siterel2pagerel.mdwn @@ -1,7 +1,7 @@ This is a simple plugin to convert all site-relative links to page-relative links (converts /foo into ../../../foo or similar). It works as a postprocessing filter, allowing it to work on mdwn, wiki, html, rst and any other format that produces html. The code is available here: #!/usr/bin/perl - # quick HTML abs2rel link hack by Paul Wise + # quick HTML siterel2pagerel link hack by Paul Wise package IkiWiki::Plugin::siterel2pagerel; use warnings; -- 2.45.2