diff options
| author | patrickhlauke <[email protected]> | 2017-10-31 16:22:20 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-31 21:36:17 +0200 |
| commit | e80f61623bb3e02a103fd49072d154b2c0b7a8ca (patch) | |
| tree | e2a24d93f090c781d44a24423ca0f0852c49c9e3 /docs/4.0 | |
| parent | 96a9fa1c82dac6b9ae3ea175338eede9183a6342 (diff) | |
| download | bootstrap-e80f61623bb3e02a103fd49072d154b2c0b7a8ca.tar.xz bootstrap-e80f61623bb3e02a103fd49072d154b2c0b7a8ca.zip | |
Remove `datetime-local` warning from vnu ignore list, change reboot example.
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/content/reboot.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index 58d6b201b..d90877fee 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -266,8 +266,13 @@ These changes, and more, are demonstrated below. </p> <p> - <label for="time">Example temporal</label> - <input type="datetime-local" id="time"> + <label for="date">Example date</label> + <input type="date" id="date"> + </p> + + <p> + <label for="time">Example time</label> + <input type="time" id="time"> </p> <p> |
