Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix markup
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Aug 27, 2019
commit 4af089839787a77f5e295e878ed3a3e2459e744c
2 changes: 1 addition & 1 deletion js/views/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ templates['editabletextlabel'] = template({"1":function(container,depth0,helpers
+ container.escapeExpression(((helper = (helper = helpers.inputValue || (depth0 != null ? depth0.inputValue : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"inputValue","hash":{},"data":data}) : helper)))
+ "\" "
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.inputPlaceholder : depth0),{"name":"if","hash":{},"fn":container.program(7, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
+ ">\n <input type=\"submit\" value=\"\" class=\"icon icon-confirm confirm-button\"></div>\n</div>\n";
+ ">\n <input type=\"submit\" value=\"\" class=\"icon icon-confirm confirm-button\">\n</div>\n";
},"5":function(container,depth0,helpers,partials,data) {
var helper;

Expand Down
2 changes: 1 addition & 1 deletion js/views/templates/editabletextlabel.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{{#if editionEnabled}}
<div class="input-wrapper hidden-important">
<input class="username" {{#if inputMaxLength}} maxlength="{{inputMaxLength}}" {{/if}} type="text" value="{{inputValue}}" {{#if inputPlaceholder}} placeholder="{{inputPlaceholder}}" {{/if}}>
<input type="submit" value="" class="icon icon-confirm confirm-button"></div>
<input type="submit" value="" class="icon icon-confirm confirm-button">
</div>
{{/if}}