Remove example CSS selectors from locale file

This commit is contained in:
Gerhard Schlager
2015-10-11 14:48:37 +02:00
parent 43cd0912e6
commit 11a6b61cbd
4 changed files with 4 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
</label>
{{else}}
<label for={{inputId}}>{{i18n translationKey}}</label>
{{input value=value id=inputId placeholder=placeholderValue}}
{{input value=value id=inputId placeholder=placeholder}}
{{/if}}
<div class='clearfix'></div>