diff options
Diffstat (limited to 'app/template-html.lsp')
-rw-r--r-- | app/template-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/template-html.lsp b/app/template-html.lsp index bef5fa9..4382b60 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -75,7 +75,7 @@ Content-Type: text/html if v.group ~= group then group = v.group if pageinfo.prefix == v.prefix .. "/" and - pageinfo.controller == v.controller and pageinfo.action == v.action then + pageinfo.controller == v.controller then class="class='selected'" else class="" |