aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-20 21:00:23 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-20 21:00:23 +0200
commitbd2190f0453f6a189b84b3ff2f1af05d5e023801 (patch)
tree5b36a85c9f9f27d63803c6285f29e99f80c87b3f
parentaf40cf4da66e366c895e39dedd7564eaee9670ef (diff)
downloadetherpad-bd2190f0453f6a189b84b3ff2f1af05d5e023801.tar.gz
etherpad-bd2190f0453f6a189b84b3ff2f1af05d5e023801.tar.xz
etherpad-bd2190f0453f6a189b84b3ff2f1af05d5e023801.zip
Cleaned up the docbar hook code a bit
-rw-r--r--etherpad/src/themes/default/templates/page.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/themes/default/templates/page.ejs b/etherpad/src/themes/default/templates/page.ejs
index f28a75d..3d1632a 100644
--- a/etherpad/src/themes/default/templates/page.ejs
+++ b/etherpad/src/themes/default/templates/page.ejs
@@ -75,8 +75,8 @@ limitations under the License. */ %>
<td><img src="/static/img/jun09/pad/roundcorner_left.gif"></td>
<%: template.use('docBarTitle'); %>
<td width="100%">&nbsp;</td>
- <%: plugins.callHookStr('docbarItemsAll', {}, '', '<td class="docbarbutton">', '</td>'); %>
<%: template.use('docBarItems'); %>
+ <%: plugins.callHookStr('docbarItemsAll', {}, '', '', ''); %>
<td><img src="/static/img/jun09/pad/roundcorner_right_orange.gif"></td>
</tr>
</table>