aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/siterel2pagerel.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-09 07:03:38 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-09 07:03:38 +0000
commit81ae47421bd9bfc0797ddba5f23c2ef76058172d (patch)
tree5283cb79552304f669ff75f63602f5a13a46c0d6 /doc/plugins/contrib/siterel2pagerel.mdwn
parent5644e171d0c25697cf338a51e28e9ce814e3ac13 (diff)
downloadikiwiki-81ae47421bd9bfc0797ddba5f23c2ef76058172d.tar
ikiwiki-81ae47421bd9bfc0797ddba5f23c2ef76058172d.tar.gz
web commit by PaulWise: minor typo
Diffstat (limited to 'doc/plugins/contrib/siterel2pagerel.mdwn')
-rw-r--r--doc/plugins/contrib/siterel2pagerel.mdwn2
1 files changed, 1 insertions, 1 deletions
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;