[luci] Where did this funny CFG02CD74 heading come from?

Loren Stafford lstafford at ubicom.com
Tue Aug 25 20:44:41 CEST 2009


Here is my CBI:

------------------------------------------------------------------
local uci = require "luci.model.uci".cursor()

m = Map("distro", "Distro", "Identify the distribution package, so UI
can be custom tailored.") 

s = m:section(TypedSection, "distro", "Distro Configuration", "Tailor
the UI to the requirements of a specific distribution.") 
s.addremove = false
s:option(Value, "distroname", "Distro Name", "Change the name of the
distro-specific configuration for testing and demonstration purposes.")

return m -- Returns the map
-----------------------------------------------------------------

And here is what shows in HTML page. Where did the <h3>CFG02CD74</h3>
come from? How do I get rid of it?

------------------------------------------------------------------------
----------
Distro
	
Identify the distribution package, so UI can be custom tailored.

  Distro Configuration
	
  Tailor the UI to the requirements of a specific distribution.
	
  CFG02CD74

    Distro Name   [                             ]
			Change the name of the distro-specific
configuration for ,,,
------------------------------------------------------------------------
-----------
	

-- 



More information about the luci mailing list