aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/plugins_update.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/plugins_update.tpl')
-rw-r--r--template/yoga/admin/plugins_update.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins_update.tpl b/template/yoga/admin/plugins_update.tpl
index 9abc32be1..df0ac4ae0 100644
--- a/template/yoga/admin/plugins_update.tpl
+++ b/template/yoga/admin/plugins_update.tpl
@@ -63,7 +63,7 @@
</thead>
{foreach from=$plugins_cant_check item=plugin name=plugins_loop}
<tr class="{if $smarty.foreach.plugins_loop.index is odd}row1{else}row2{/if}">
- <td>&nbsp;{$plugin.NAME}&nbsp;</td>
+ <td>{$plugin.NAME}</td>
<td style="text-align:center;">{$plugin.VERSION}</td>
</tr>
{/foreach}