Skip to content

Commit

Permalink
Merge pull request #436 from keywan-ghadami-oxid/patch-20
Browse files Browse the repository at this point in the history
add semicolon to html entity
  • Loading branch information
SebGoesToSpace committed Jul 22, 2016
2 parents e42d155 + 987c8cb commit faec259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Application/views/admin/tpl/discount_list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ window.onload = function ()
[{if $listitem->getId() == $oxid}]
[{assign var="listclass" value=listitem4}]
[{/if}]
<td valign="top" class="[{$listclass}][{if $listitem->oxdiscount__oxactive->value == 1}] active[{/if}]" height="15"><div class="listitemfloating">&nbsp</a></div></td>
<td valign="top" class="[{$listclass}][{if $listitem->oxdiscount__oxactive->value == 1}] active[{/if}]" height="15"><div class="listitemfloating">&nbsp;</a></div></td>
<td valign="top" class="[{$listclass}]" height="15"><div class="listitemfloating">&nbsp;<a href="Javascript:top.oxid.admin.editThis('[{$listitem->oxdiscount__oxid->value}]');" class="[{$listclass}]">[{$listitem->oxdiscount__oxtitle->value}]</a></div></td>
<td class="[{$listclass}]">
[{if !$readonly}]
Expand Down

0 comments on commit faec259

Please sign in to comment.