Changeset 26f465f in freewrt for package


Ignore:
Timestamp:
Aug 4, 2006, 6:59:36 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
097c244
Parents:
4d915e1
Message:

removed id attributes from 'radio' inputs as they produce invalid xhtml

git-svn-id: svn://www.freewrt.org/trunk/freewrt@505 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/webif/files/usr/lib/webif/form.awk

    r4d915e1 r26f465f  
    6565        if (onchange != "") opts = opts " onchange=\"" onchange "(this)\""
    6666        if (onclick != "") opts = opts " onclick=\"" onclick "(this)\""
    67         print "<input id=\"" $2 "_" $3 "\" type=\"radio\" name=\"" $2 "\" value=\"" $4 "\" " opts " />"
     67        print "<input type=\"radio\" name=\"" $2 "\" value=\"" $4 "\" " opts " />"
    6868}
    6969$1 ~ /^select/ {
Note: See TracChangeset for help on using the changeset viewer.