Skip to content

Commit c738306

Browse files
committed
Update BootstrapTextField_holder.ss
Typo in $PrependedText
1 parent 2a769df commit c738306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)