Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用
Revision | 66d1d9db9d1d91f83a6da02442486749de8e214a (tree) |
---|---|
Zeit | 2009-03-09 19:26:17 |
Autor | shizuki <shizuki@1ca2...> |
Commiter | shizuki |
プラグインの入手URLを削りすぎていたので再度調整
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@969 1ca29b6e-896d-4ea0-84a5-967f57386b96
@@ -186,7 +186,7 @@ function listplug_table_pluginlist($template, $type) { | ||
186 | 186 | echo _LIST_PLUGS_VER, ' ' , htmlspecialchars($plug->getVersion()) , '<br />'; |
187 | 187 | if ($plug->getURL()) |
188 | 188 | echo '<a href="',htmlspecialchars($plug->getURL()),'" tabindex="'.$template['tabindex'].'">',_LIST_PLUGS_SITE,'</a><br />'; |
189 | - echo '<a href="',htmlspecialchars($plug->getURL()),'" tabindex="'.$template['tabindex'].'">'.htmlspecialchars(shorten($plug->getURL(), 10, '...')),'</a><br />'; | |
189 | + echo '<a href="',htmlspecialchars($plug->getURL()),'" tabindex="'.$template['tabindex'].'">'.htmlspecialchars(shorten($plug->getURL(), 25, '...')),'</a><br />'; | |
190 | 190 | echo '</td>'; |
191 | 191 | echo '<td>'; |
192 | 192 | echo _LIST_PLUGS_DESC .'<br/>'. encode_desc($plug->getDescription()); |