neingeist
/
neinomaten
Archived
1
0
Fork 0
master
neingeist 17 years ago
parent 0f49fa8321
commit 69a0e8585f

@ -35,10 +35,10 @@ roh.split("\n").each do |line|
elsif line =~ /^\| *('''(.*)'''|.*(GOTO).*) *$/
# yum
if $1 == "GOTO"
if $3 == "GOTO"
t = ""
else
t = $1
t = $2
end
if titel1 == nil