Skip to content

Commit

Permalink
[#615 state:resolved] Fixed a bug which caused plugin descriptions to…
Browse files Browse the repository at this point in the history
… be escaped in the system information listing screen.
  • Loading branch information
MikeThomsen authored and jayallen committed Dec 7, 2010
1 parent 549367a commit 936613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/cms/list_plugin.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</td>
<td class="name"><mt:if name="plugin_folder"><mt:var name="plugin_folder"><mt:else><$mt:var name="plugin_name" escape="html"$></mt:if></td>
<td class="version"><$mt:var name="plugin_version" escape="html"$></td>
<td class="desc"><$mt:var name="plugin_desc" escape="html"$></td>
<td class="desc"><$mt:var name="plugin_desc"$></td>
</tr>
<mt:if name="__last__">
</tbody>
Expand Down

0 comments on commit 936613d

Please sign in to comment.