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).*) *$/
|
elsif line =~ /^\| *('''(.*)'''|.*(GOTO).*) *$/
|
||||||
|
|
||||||
# yum
|
# yum
|
||||||
if $1 == "GOTO"
|
if $3 == "GOTO"
|
||||||
t = ""
|
t = ""
|
||||||
else
|
else
|
||||||
t = $1
|
t = $2
|
||||||
end
|
end
|
||||||
|
|
||||||
if titel1 == nil
|
if titel1 == nil
|
||||||
|
|
Reference in a new issue