User talk:Foo2
indent
changed code in 3 places from
{{indent|{{#if: {{{3|}}} | {{{1}}}}}}}
to
{{#if: {{{3|}}}|{{indent|{{{1}}}}}|}}
-- ninjamask 01:14, 6 May 2009 (UTC)
- --foo2 07:07, 6 May 2009 (UTC) Does that make a significant difference? It does not call indent with "empty" argument, if 3| does not exist, so you are right, its probably better.