Skip to content

Commit

Permalink
fixed groups.inc.tpl wrong {}
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Oct 6, 2012
1 parent 2ca675a commit 475fadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/admin/tpl/groups.inc.tpl
Expand Up @@ -34,7 +34,7 @@
<td>{$group.name|escape:"html"}</td>
<td width="200" align="right">
<a href="?serendipity[adminModule]=groups&amp;serendipity[adminAction]=edit&amp;serendipity[group]={$group.id}" title="{$CONST.EDIT} {$group.name|escape:"html"}" class="serendipityIconLink">
<img src="{serendipity_getFile file="admin/img/edit.png"}" alt="{$CONST.EDIT} $group.name|escape:"html"}" />
<img src="{serendipity_getFile file="admin/img/edit.png"}" alt="{$CONST.EDIT} {$group.name|escape:"html"}" />
{$CONST.EDIT}
</a>
<a href="?{$deleteFormToken}&amp;serendipity[adminModule]=groups&amp;serendipity[adminAction]=delete&amp;serendipity[group]={$group.id}" title="{$CONST.DELETE} {$group.name|escape:"html"}" class="serendipityIconLink">
Expand Down

0 comments on commit 475fadf

Please sign in to comment.