frickl
This commit is contained in:
parent
0f49fa8321
commit
69a0e8585f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue