Factorybrews had been broken for too long.
Originally committed to SVN as r399.
This commit is contained in:
parent
691c4fcd5d
commit
2344a5c096
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue