1
0
Fork 0
This commit is contained in:
neingeist 2007-05-31 16:40:58 +00:00
parent 0f49fa8321
commit 69a0e8585f

View file

@ -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