diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-18 00:07:45 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-18 00:07:45 +0100 |
commit | fe2a596b9b968b7df225d1c47246b25434c8d469 (patch) | |
tree | e6c62726f7b548c09a60bdb4bccedade47de769b /pages | |
parent | 880ee6e7feb33daeb94c6a1195c8eb4202a570b0 (diff) | |
download | vdr-plugin-live-fe2a596b9b968b7df225d1c47246b25434c8d469.tar.gz vdr-plugin-live-fe2a596b9b968b7df225d1c47246b25434c8d469.tar.bz2 |
Based CVS version calculation on checked out version of the single files.
Some script enhancements. Works now even when no version detection is
possible.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/pageelems.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index a2fef4a..34cfbf8 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -335,7 +335,7 @@ int update_status(1); <div class="about_right">Michael Brückner (skiller2k1)</div> <div class="about_head"><div><div><$ tr("Information") $></div></div></div> <div class="about_left"><$ tr("LIVE version") $>:</div> - <div class="about_right"><$ LIVEVERSION $><$ #VERSION_SUFFIX $></div> + <div class="about_right"><$ LIVEVERSION $><$ VERSION_SUFFIX $></div> <div class="about_left"><$ tr("VDR version") $>:</div> <div class="about_right"><$ VDRVERSION $></div> <div class="about_head"><div><div><$ tr("Features") $></div></div></div> |