removed possible cause of mis-rendering
This commit is contained in:
parent
99bb459d58
commit
c75cd00e81
1 changed files with 2 additions and 2 deletions
|
@ -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) ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue