From 69a0e8585f363b6b92697ea7430baa4bbe1f8f15 Mon Sep 17 00:00:00 2001 From: neingeist Date: Thu, 31 May 2007 16:40:58 +0000 Subject: [PATCH] frickl --- neinomat-gpn-fahrplan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neinomat-gpn-fahrplan b/neinomat-gpn-fahrplan index 77ce24c..cf2d04a 100755 --- a/neinomat-gpn-fahrplan +++ b/neinomat-gpn-fahrplan @@ -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