Commit c9494f18 authored by Sven Franck's avatar Sven Franck Committed by Sebastien Robin

input type=number needs step attribute, indicating incrementation and digits after comma

parent 0842eda3
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
\n \n
</head>\n </head>\n
<body>\n <body>\n
<input type=\'number\' />\n <input type=\'number\' step="0.00000001" />\n
</body>\n </body>\n
</html> </html>
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>romain</string> </value> <value> <string>sven</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>936.48872.65350.33297</string> </value> <value> <string>936.53479.26332.17100</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1407485708.95</float> <float>1407762037.69</float>
<string>GMT</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
......
48 49
\ No newline at end of file \ 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