diff --git a/docs/NEWS b/docs/NEWS index f84cb4e4..54591ecf 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -4,6 +4,8 @@ Version 2.0-beta2 () ------------------------------------------------------------------------ + * Fixed wrong local documentation URL in plugin configuration + * Added new "backend_dashboard" event-hook for plugins to use within dashboard. diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index 7bf6b86c..c3e53143 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -28,7 +28,7 @@
  • {$CONST.PLUGIN_DOCUMENTATION_CHANGELOG}
  • {/if} {if $documentation_local} -
  • {$CONST.PLUGIN_DOCUMENTATION_LOCAL}
  • +
  • {$CONST.PLUGIN_DOCUMENTATION_LOCAL}
  • {/if} {/if}