web commit by PaulWise: minor typo

master
joey 2007-08-09 07:03:38 +00:00
parent 5644e171d0
commit 81ae47421b
1 changed files with 1 additions and 1 deletions

View File

@ -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;