projects
/
lectures
/
dfb-slides.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a8c3f
)
hmm
author
hunz
<hunz>
Sat, 22 Mar 2003 00:46:49 +0000
(
00:46
+0000)
committer
hunz
<hunz>
Sat, 22 Mar 2003 00:46:49 +0000
(
00:46
+0000)
parse.pl
patch
|
blob
|
history
diff --git
a/parse.pl
b/parse.pl
index 2e923a5194eb7ec8f34535910e1519dc4c31e24b..d5695f2bca4301ca1e65d03079a4434c381597ea 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";