Runs make kaputt

This commit is contained in:
Astro 2005-11-29 21:00:12 +00:00
parent c8b098f9a2
commit ba3326c396
1 changed files with 1 additions and 3 deletions

View File

@ -414,9 +414,7 @@ page.text.split(/\n/).each { |line|
text_old = page.text.dup
signature = /(<!-- BEGIN TABLE ")(.+?)(" -->
DATA )(.+?)( not found!
<!-- END TABLE -->)/m
signature = /(<!-- BEGIN TABLE ")(.+?)(" -->)(.+?)(<!-- END TABLE -->)/m
page.text.gsub!(signature) { |part|
begin1,name,begin2,obsolete,end1 = part.match(signature).to_a[1..-1]
table = datasets[name] ? datasets[name].table : "DATA #{name} not found!"