* luci/themes: several small tweaks in openwrt.org theme
[project/luci.git] / libs / cbi / luasrc / view / cbi / valuefooter.htm
index 9572821..a65c7a3 100644 (file)
@@ -12,8 +12,5 @@ You may obtain a copy of the License at
 $Id$
 
 -%>
-<% if valuefooter then
-       include(valuefooter)
-else
-       include("cbi/full_valuefooter")
-end %>
\ No newline at end of file
+
+<% include( valuefooter or "cbi/full_valuefooter" ) %>