mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Remove invalid {css $name} syntax
{css $foo} does not do anything. the correct syntax is {css selector} (no dollar sign) or {css $prefix, selector} ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152375039
This commit is contained in:
parent
2be31e79ef
commit
bd696b4b92
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
|||
</label>
|
||||
<input id="{$name}"
|
||||
name="{$name}"
|
||||
class="{css $name}"
|
||||
{if isNonnull($item) and isNonnull($item[$name])}
|
||||
value="{$item[$name]}"
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue