From 287c33e211af94badd79a8391ab23e173dabeb94 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 13 Aug 2011 09:52:12 +0000 Subject: [PATCH] themes: get rid of "v" prefix in version display --- themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm | 2 +- themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm | 2 +- themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm | 2 +- .../freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm | 2 +- themes/freifunk/luasrc/view/themes/freifunk/footer.htm | 2 +- .../openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm | 2 +- themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm | 2 +- themes/oxygen/luasrc/view/themes/oxygen/footer.htm | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index 53fc3f082..1e6423dbf 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm @@ -17,6 +17,6 @@ $Id$ -
Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>
+
Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>
diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm index d71194231..21d1ca68a 100644 --- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm +++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm @@ -17,7 +17,7 @@ $Id$ -
Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>
+
Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm index f21a5ff50..e9df8cda0 100644 --- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm +++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm @@ -20,7 +20,7 @@ end %> -

Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>

+

Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

diff --git a/themes/freifunk/luasrc/view/themes/freifunk/footer.htm b/themes/freifunk/luasrc/view/themes/freifunk/footer.htm index d71194231..21d1ca68a 100644 --- a/themes/freifunk/luasrc/view/themes/freifunk/footer.htm +++ b/themes/freifunk/luasrc/view/themes/freifunk/footer.htm @@ -17,7 +17,7 @@ $Id$ -
Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>
+
Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm index 8df68b14c..00b2014c9 100644 --- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm +++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm @@ -15,7 +15,7 @@ $Id$
-

Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>

+

Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm index f2bd25e5c..5830cb932 100644 --- a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm @@ -16,6 +16,6 @@ $Id$ -

Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>

+

Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

diff --git a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm index 1666ee03c..0ee1e4042 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm @@ -15,7 +15,7 @@ $Id$
-

Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %>

+

Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %>

-- 2.11.0