Commit e30088e5 authored by Fabien Morin's avatar Fabien Morin

change a html attribute to be xhtml valid

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23914 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 754eaecf
......@@ -206,7 +206,7 @@
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string>tabindex=1000 onclick="shiftCheck(event)"</string> </value>
<value> <string>tabindex="1000" onclick="shiftCheck(event)"</string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
......
......@@ -206,7 +206,7 @@
</item>
<item>
<key> <string>extra_item</string> </key>
<value> <string>tabindex=1000 onclick="shiftCheck(event)"</string> </value>
<value> <string>tabindex="1000" onclick="shiftCheck(event)"</string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
......
970
\ No newline at end of file
971
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment