Skip to content

Commit

Permalink
[#618] Pruned two dangling mt:if close tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jayallen committed Dec 2, 2010
1 parent 64fa662 commit 023aee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpl/cms/list_plugin.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
onclick="doForMarkedInThisWindow(getByID('enabled-plugins-form'), '<__trans phrase="plugin" escape="js">', '<__trans phrase="plugins" escape="js">', 'id', 'disable_item', {}, '<__trans phrase="to publish" escape="js">'); return false;"
accesskey="a"
title="<__trans phrase="Disable selected plugins (a)">"
><__trans phrase="Disable"></a></mt:if>
><__trans phrase="Disable"></a>
</mt:setvarblock>
<mt:setvarblock name="listing_header"><h3><__trans phrase="Enabled Plugins"></h3></mt:setvarblock>
<mt:var name="plugin_table" loop="plugin_loop" id="enabled-plugins">
Expand All @@ -174,7 +174,7 @@
onclick="doForMarkedInThisWindow(getByID('disabled-plugins-form'), '<__trans phrase="plugin" escape="js">', '<__trans phrase="plugins" escape="js">', 'id', 'enable_item', {}, '<__trans phrase="to publish" escape="js">'); return false;"
accesskey="a"
title="<__trans phrase="Enable selected plugins (a)">"
><__trans phrase="Enable"></a></mt:if>
><__trans phrase="Enable"></a>
</mt:setvarblock>
<mt:setvarblock name="listing_header"><h3><__trans phrase="Disabled Plugins"></h3></mt:setvarblock>

Expand Down

0 comments on commit 023aee7

Please sign in to comment.