Modul:PageTree: Unterschied zwischen den Versionen
fix 3
w>PerfektesChaos (fix 2) |
w>PerfektesChaos (fix 3) |
||
| Zeile 585: | Zeile 585: | ||
r = string.format( "%s%s%s", | r = string.format( "%s%s%s", | ||
r, start, field( e, false ) ) | r, start, field( e, false ) ) | ||
if lift and not e.less then | if lift and ( all or not e.less ) then | ||
r = r .. follow( ahead, amount + 1, e, all ) | r = r .. follow( ahead, amount + 1, e, all ) | ||
end | end | ||