Skip to content

Commit bce82b7

Browse files
author
unclecheese
committed
BUGFIG: input-append had $
1 parent 0ab5f6a commit bce82b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/BootstrapTextField_holder.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<label class="control-label" for="$ID">$Title</label>
33
<div class="controls">
44
<% if AppendedText || PrependedText %>
5-
<div class="<% if AppendedText %>$input-append<% end_if %><% if PrependedText %> input-prepend<% end_if %>">
5+
<div class="<% if AppendedText %>input-append<% end_if %><% if PrependedText %> input-prepend<% end_if %>">
66
<% if PrependedText %><span class="add-on">$PrependedText</span><% end_if %>$Field<% if AppendedText %><span class="add-on">$AppendedText</span><% end_if %>
77
</div>
88
<% else %>
@@ -17,4 +17,4 @@
1717
<% end_if %>
1818

1919
</div>
20-
</div>
20+
</div>

0 commit comments

Comments
 (0)