summaryrefslogtreecommitdiff
path: root/src/templates/admin/plugins.html
diff options
context:
space:
mode:
authorl-y-n-x <quirinh@gmail.com>2014-11-22 10:24:30 +0100
committerl-y-n-x <quirinh@gmail.com>2014-11-22 10:24:30 +0100
commit4e31ec8ab9c41f95c2cf8690458afe93ecb7d810 (patch)
tree18acf56797821ff6cb3c1e992fc0ebfc8b0b4479 /src/templates/admin/plugins.html
parent488d6890f9170eb9f731c8b86d763a3ad0e5ead1 (diff)
downloadetherpad-lite-4e31ec8ab9c41f95c2cf8690458afe93ecb7d810.zip
Changed relative path to Etherpad main page in admin settings.
There was one '../' too much.
Diffstat (limited to 'src/templates/admin/plugins.html')
-rw-r--r--src/templates/admin/plugins.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html
index db90ee04..96ed08fb 100644
--- a/src/templates/admin/plugins.html
+++ b/src/templates/admin/plugins.html
@@ -20,7 +20,7 @@
<% } %>
<div class="menu">
- <h1><a href="../../">Etherpad</a></h1>
+ <h1><a href="../">Etherpad</a></h1>
<ul>
<% e.begin_block("adminMenu"); %>
<li><a href="plugins">Plugin manager</a> </li>