removing unecessary +

This commit is contained in:
Nirothipan 2017-10-18 16:15:49 +05:30
parent 1f484e6a53
commit 673d47191e

View File

@ -139,7 +139,7 @@
{{#equal this.type "info"}} {{#equal this.type "info"}}
<div class="form-group" id="{{this.id}}"> <div class="form-group" id="{{this.id}}">
<span class="help-block"> <span class="help-block">
+ {{this.value}} {{this.value}}
</span> </span>
</div> </div>
{{/equal}} {{/equal}}