summaryrefslogtreecommitdiff
path: root/pages/menu.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r--pages/menu.ecpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index a36a01a..2989e99 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -24,7 +24,5 @@ std::string set_active;
<%args>
current;
</%args>
-<{ if (current== set_active) { }>
-class="active"
-<{ } }>
+<%cpp> if (current== set_active) { </%cpp>class="active"<%cpp> } </%cpp>
</%def> \ No newline at end of file