Factorybrews had been broken for too long.

Originally committed to SVN as r399.
This commit is contained in:
Niels Martin Hansen 2006-05-22 12:18:21 +00:00
parent 691c4fcd5d
commit 2344a5c096
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ end
function do_line(meta, styles, config, line)
if config.workstyle == "" or config.workstyle == line.style then
return adv_do_line(meta, styles, config, line)
return karaskel.do_line(meta, styles, config, line)
else
return { n=1, [1]=line }
end

View File

@ -136,7 +136,7 @@ end
function do_line(meta, styles, config, line)
if config.workstyle == "" or config.workstyle == line.style then
return default_do_line(meta, styles, config, line)
return karaskel.do_line(meta, styles, config, line)
else
return { n=1, [1]=line }
end