diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-09-19 06:27:51 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-09-19 06:27:51 +0000 |
commit | 386fa7a674f077d54d48955cb1bbd969c632c8a8 (patch) | |
tree | 66ee87b7c6b51f666aefc124fae20eaa93356709 /applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear | |
parent | be8760679a69857e59544cceb2b2ffba9e8cdc41 (diff) |
applications/freifunk-widgets: remove order variable, fix html in rss view, fix search view
Diffstat (limited to 'applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear')
-rw-r--r-- | applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm b/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm index 7669a58f48..df01839f44 100644 --- a/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm +++ b/applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm @@ -1 +1,15 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz <freifunk at somakoma dot de> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- +%> <div style="clear:both"></div> |