diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-21 16:07:12 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-21 16:07:12 +0000 |
| commit | 481cd177af73dd5f8968d642cfc2b829de45a987 (patch) | |
| tree | 47f298aed9d59b95593a63136a631aa6213023a6 | |
| parent | 7a34abc32a54bdf46908cc2e51a994b9f621ef67 (diff) | |
| download | nexus-481cd177af73dd5f8968d642cfc2b829de45a987.tar.gz nexus-481cd177af73dd5f8968d642cfc2b829de45a987.tar.bz2 nexus-481cd177af73dd5f8968d642cfc2b829de45a987.zip | |
remove whitespace
| -rw-r--r-- | plugins/menu.suckerfish.php | 4 | ||||
| -rw-r--r-- | plugins/menu.tikiwiki.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/menu.suckerfish.php b/plugins/menu.suckerfish.php index a9b63d9..db9383e 100644 --- a/plugins/menu.suckerfish.php +++ b/plugins/menu.suckerfish.php @@ -5,7 +5,7 @@ * * @abstract creates a simple <ul> and <li> based list of items * @author xing@synapse.plus.com - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ * @package nexus * @subpackage plugins */ @@ -22,7 +22,7 @@ $pluginParams = array( 'write_cache_function' => 'write_suckerfish_cache', 'title' => 'Suckerfish Menus', 'description' => 'Sophisticated and flexible CSS driven dropdown menus', - 'web_link' => '<a class="external" href = "http: // www.htmldog.com/articles/suckerfish/">Sons of Suckerfish Menus</a>', + 'web_link' => '<a class="external" href = "http://www.htmldog.com/articles/suckerfish/">Sons of Suckerfish Menus</a>', 'browser_requirements' => 'Many modern browsers support suckerfish menus inherently using CSS.', 'edit_label' => 'CSS based menus', 'plugin_type' => 'nexus_plugin', diff --git a/plugins/menu.tikiwiki.php b/plugins/menu.tikiwiki.php index 2fff2c6..56ad541 100644 --- a/plugins/menu.tikiwiki.php +++ b/plugins/menu.tikiwiki.php @@ -4,7 +4,7 @@ * * @abstract creates a javascript expandable menu * @author xing@synapse.plus.com - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ * @package nexus * @subpackage plugins */ @@ -21,7 +21,7 @@ $pluginParams = array( 'write_cache_function' => 'write_tikiwiki_cache', 'title' => 'TikiWiki menus', 'description' => 'expandable menu reminiscent of the tikiwiki menu', - 'web_link' => '<a class="external" href = "http: // www.tikiwiki.org">TikiWiki</a>', + 'web_link' => '<a class="external" href = "http://www.tikiwiki.org">TikiWiki</a>', 'browser_requirements' => 'Most browsers that support javascript should support these menus.', 'edit_label' => 'TikiWiki menus', 'plugin_type' => 'nexus_plugin', |
