8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
3 lines
101 B
HTML
3 lines
101 B
HTML
<label class="label-ta">{{{o.label}}}</label>
|
|
<textarea name="{{{o.name}}}">{{{o.value}}}</textarea>
|