aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:18 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:18 +0000
commit5ea1ca4ddff52fbb3e577aab9bf33385d9926465 (patch)
tree5622a20bef804dbd1348e118891c0d3eea242403
parent38fae9cf98db508a0729ba43f51b41e37daa511a (diff)
downloadprep-5ea1ca4ddff52fbb3e577aab9bf33385d9926465.tar.gz
prep-5ea1ca4ddff52fbb3e577aab9bf33385d9926465.zip
&'url_quote dependency in listfiles.pl
-rw-r--r--lib/prep/html/quote.pl2
-rw-r--r--lib/prep/pages/listfiles.pl2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/prep/html/quote.pl b/lib/prep/html/quote.pl
index 3ecf81c..4e272c2 100644
--- a/lib/prep/html/quote.pl
+++ b/lib/prep/html/quote.pl
@@ -4,6 +4,8 @@
4# yet another generic cgi tool library, 4# yet another generic cgi tool library,
5# but this one contains only the important stuff 5# but this one contains only the important stuff
6 6
7package main;
8
7#sub DEFAULT_CTYPE() { 'text/html; charset=iso-8859-1' } 9#sub DEFAULT_CTYPE() { 'text/html; charset=iso-8859-1' }
8 10
9# make a string HTML-printable by 11# make a string HTML-printable by
diff --git a/lib/prep/pages/listfiles.pl b/lib/prep/pages/listfiles.pl
index 7eed913..24d942e 100644
--- a/lib/prep/pages/listfiles.pl
+++ b/lib/prep/pages/listfiles.pl
@@ -1,3 +1,5 @@
1require 'html/quote.pl';
2
1package prep; 3package prep;
2 4
3# similar code exists in 'lsimg' .. should consider merging 5# similar code exists in 'lsimg' .. should consider merging