removed possible cause of mis-rendering

This commit is contained in:
lars 2006-12-19 23:35:22 +00:00
parent 99bb459d58
commit c75cd00e81

View file

@ -10,7 +10,7 @@
from thinking, that it can use the cached page again, if a user calls the "down" or
"up" action twice for the same plugin ?>
<h2><a name="volume_plugins"/><?cs var:html_escape(Lang.Plugins.plugin_manager.Title.VolumePlugins) ?></h2>
<h2><a name="volume_plugins"><?cs var:html_escape(Lang.Plugins.plugin_manager.Title.VolumePlugins) ?></a></h2>
<?cs call:show_help(Lang.Plugins.plugin_manager.Help.VolumePlugins) ?>
@ -68,7 +68,7 @@ each:x = Settings.PluginList ?><?cs if:(x.Rank == index) && x.Types.volume
</p>
<h2><a name="system_plugins"/><?cs var:html_escape(Lang.Plugins.plugin_manager.Title.SystemPlugins) ?></h2>
<h2><a name="system_plugins"><?cs var:html_escape(Lang.Plugins.plugin_manager.Title.SystemPlugins) ?></a></h2>
<?cs call:show_help(Lang.Plugins.plugin_manager.Help.SystemPlugins) ?>