diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 23:40:50 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 23:40:50 +0000 |
commit | 62ece78abdf89523121503b807c2ad6552bbd325 (patch) | |
tree | 0c431ed41bd27aa805c5f42a2062feb6f13b6462 /pages/menu.ecpp | |
parent | 5e5dca28a6705c39b24741235beb3d0636641f4f (diff) | |
download | vdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.gz vdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.bz2 |
Bugfixes
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 4 |
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 |