summaryrefslogtreecommitdiffstats
path: root/etherpad/src/themes/default/templates/framed/framedheader-pro.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/themes/default/templates/framed/framedheader-pro.ejs')
-rw-r--r--etherpad/src/themes/default/templates/framed/framedheader-pro.ejs5
1 files changed, 2 insertions, 3 deletions
diff --git a/etherpad/src/themes/default/templates/framed/framedheader-pro.ejs b/etherpad/src/themes/default/templates/framed/framedheader-pro.ejs
index 73b0e99..afb8a67 100644
--- a/etherpad/src/themes/default/templates/framed/framedheader-pro.ejs
+++ b/etherpad/src/themes/default/templates/framed/framedheader-pro.ejs
@@ -47,7 +47,6 @@ limitations under the License. */ %><% helpers.addBodyClass("pro-withtopbar"); %
['/', 'Home', 'home'],
['/ep/padlist/', 'Pads', 'padlist'],
['/ep/account/', 'My Account', 'account'],
- ['/ep/pro-help/', 'Help', 'help']
];
if (account && account.isAdmin) {
links.push(['/ep/admin/', 'Admin', 'admin']);
@@ -66,8 +65,8 @@ limitations under the License. */ %><% helpers.addBodyClass("pro-withtopbar"); %
<div id="pro-topnav">
<div id="pro-topnav-inner">
- <%= renderProTopNav() %>
- <%= helpers.clearFloats() %>
+ <%= renderProTopNav() %>
+ <%= helpers.clearFloats() %>
</div>
</div>