Andre van Toly wrote:
> -               <mm:write><mm:islessthan value="$[+ $totsize - 
> $conf_max]">&nbsp;&raquo;&raquo;</mm:islessthan></mm:write>
> +               <mm:write><mm:islessthan value="${+ $totsize - 
> $conf_max}">&nbsp;&raquo;&raquo;</mm:islessthan></mm:write>

I think this will break now when EL is enabled, because the original mmbase
tagblib expression ${+ is not recognized by
EL, $[] was introduced, to make it possible to make pages which work in EL
and non-EL environments.

Michiel


-- 
Michiel Meeuwissen                  mihxil'
Mediacentrum 140 H'sum                [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US



_______________________________________________
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to