mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00: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:
@@ -32,7 +32,6 @@
|
||||
</label>
|
||||
<input id="{$name}"
|
||||
name="{$name}"
|
||||
class="{css $name}"
|
||||
{if isNonnull($item) and isNonnull($item[$name])}
|
||||
value="{$item[$name]}"
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user