Skip to content

Commit 8ea7319

Browse files
author
unclecheese
committed
Merge pull request #31 from phillprice/patch-1
Update BootstrapTextField_holder.ss
2 parents 2a769df + c738306 commit 8ea7319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/BootstrapTextField_holder.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="$Name" class="<% if $AppendedText || $PrependedText %>input-group<% end_if %> $HolderClasses" $HolderAttributes>
22
<label for="$ID">$Title</label>
3-
<% if $PreprendedText %>
3+
<% if $PrependedText %>
44
<span class="input-group-addon">$PrependedText</span>
55
<% end_if %>
66

0 commit comments

Comments
 (0)