show namespace in profile name

Ignore-this: 6ff1122fecec02e08ab60c0105c4f3d0

darcs-hash:20091117174206-7ad00-68f1380df1c474bcc9fb7ac59738e2caf91a28dd.gz
This commit is contained in:
Andreas Gohr
2009-11-17 18:42:06 +01:00
parent 9c29364738
commit f096a041a7

View File

@ -236,6 +236,7 @@ class admin_plugin_sync extends DokuWiki_Admin_Plugin {
echo ($no+1).'. ';
if($opts['user']) echo hsc($opts['user']).'@';
echo hsc($srv['host']);
if($opts['ns']) echo ':'.hsc($opts['ns']);
echo '</option>';
}
echo '</select>';