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