diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-27 09:40:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-27 09:40:45 +0000 |
commit | 5df244275b7a38b9e62eb03c79c7c7f6a691f8ca (patch) | |
tree | 36a9094085d7b7e35850e5bc03072f755bfff906 /www | |
parent | b68759a1db0beada4852038708b25cfee207a75d (diff) |
fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1997 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rwxr-xr-x | www/faq2html.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/faq2html.pl b/www/faq2html.pl index 47018fcf9b..eabe674828 100755 --- a/www/faq2html.pl +++ b/www/faq2html.pl @@ -97,3 +97,5 @@ while(<STDIN>) { $prev = 'p'; } } +show(); + |