Skip to content

Commit

Permalink
Merge pull request #651 from marc1706/ticket/648
Browse files Browse the repository at this point in the history
[ticket/648] Add missing brackets to donations HTML files
  • Loading branch information
marc1706 committed Sep 14, 2015
2 parents 74267a0 + d7f6d26 commit b93ebc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -21,7 +21,7 @@
<input type="text" tabindex="11" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth">
<!-- BEGIN b3p_donation_currency_center -->
<option value="{b3p_donation_currency_center.VALUE"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
<option value="{b3p_donation_currency_center.VALUE}"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
<!-- END b3p_donation_currency_center -->
</select>
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
Expand Down
Expand Up @@ -15,7 +15,7 @@
<input type="text" tabindex="10" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth">
<!-- BEGIN b3p_donation_currency_side -->
<option value="{b3p_donation_currency_side.VALUE"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
<option value="{b3p_donation_currency_side.VALUE}"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
<!-- END b3p_donation_currency_side -->
</select>
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
Expand Down
Expand Up @@ -22,7 +22,7 @@
<input type="text" tabindex="11" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth">
<!-- BEGIN b3p_donation_currency_center -->
<option value="{b3p_donation_currency_center.VALUE"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
<option value="{b3p_donation_currency_center.VALUE}"<!-- IF b3p_donation_currency_center.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_center.TITLE}</option>
<!-- END b3p_donation_currency_center -->
</select>
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
Expand Down
Expand Up @@ -17,7 +17,7 @@
<input type="text" tabindex="10" name="amount" size="10" maxlength="6" value="" class="inputbox autowidth" title="{L_PAY_MSG}" />
<select name="currency_code" class="autowidth">
<!-- BEGIN b3p_donation_currency_side -->
<option value="{b3p_donation_currency_side.VALUE"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
<option value="{b3p_donation_currency_side.VALUE}"<!-- IF b3p_donation_currency_side.SELECTED --> selected="selected"<!-- ENDIF -->>{b3p_donation_currency_side.TITLE}</option>
<!-- END b3p_donation_currency_side -->
</select>
<input type="submit" name="submit" value="{L_DONATION}" class="button1" />
Expand Down

0 comments on commit b93ebc7

Please sign in to comment.