hmm
authorhunz <hunz>
Sat, 22 Mar 2003 00:46:49 +0000 (00:46 +0000)
committerhunz <hunz>
Sat, 22 Mar 2003 00:46:49 +0000 (00:46 +0000)
parse.pl

index 2e923a5..d5695f2 100755 (executable)
--- a/parse.pl
+++ b/parse.pl
@@ -29,7 +29,7 @@ foreach(@content) {
                        foreach(@slide) {
                                if(/ \+ /) {
                                        s/\+//;
-                                       print "<listitem size=\"20\">$_</listitem>\n";
+                                       print "<text></text>\n<listitem size=\"20\">$_</listitem>\n";
                                }
                                else {
                                        print "<text>$_</text>\n";