From: <ma...@us...> - 2012-06-16 18:12:13
|
Revision: 9661 http://xoops.svn.sourceforge.net/xoops/?rev=9661&view=rev Author: mageg Date: 2012-06-16 18:12:06 +0000 (Sat, 16 Jun 2012) Log Message: ----------- correction of an error html Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_plugins.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_plugins.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_plugins.html 2012-06-16 18:11:10 UTC (rev 9660) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_plugins.html 2012-06-16 18:12:06 UTC (rev 9661) @@ -26,7 +26,8 @@ <td class="span4"> <{if $plugin->getInfo('install')}> <a href="<{$xoops_url}>/modules/<{$plugin->getInfo('dirname')}>/<{$plugin->getInfo('adminindex')}>"> - <{$plugin->getInfo('name')}> + <{$plugin->getInfo('name')}> + </a> <{else}> <{$plugin->getInfo('name')}> <{/if}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |