aboutsummaryrefslogtreecommitdiff
path: root/docs/components/reboot.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-27 15:49:55 -0700
committerMark Otto <[email protected]>2015-05-27 15:49:55 -0700
commit663576a7ae77fb3f6143ce59ea16511cdaf8e9c3 (patch)
tree4c205f99d57e85308abc01ee431b6008bdf8c641 /docs/components/reboot.md
parentbd971c49b0883452af2e1278a8628eaf351504a1 (diff)
parent3fe894ba3620c7e5d2e040f83948488d1911aedc (diff)
downloadbootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.tar.xz
bootstrap-663576a7ae77fb3f6143ce59ea16511cdaf8e9c3.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
Diffstat (limited to 'docs/components/reboot.md')
-rw-r--r--docs/components/reboot.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/reboot.md b/docs/components/reboot.md
index baed24d1e..d1ee0a869 100644
--- a/docs/components/reboot.md
+++ b/docs/components/reboot.md
@@ -213,17 +213,17 @@ These changes, and more, are demonstrated below.
<p>
<label for="textarea">Example textarea</label>
- <textarea id="example" rows="3"></textarea>
+ <textarea id="textarea" rows="3"></textarea>
</p>
<p>
<label for="time">Example temporal</label>
- <input type="date">
+ <input type="datetime" id="time">
</p>
<p>
- <label for="time">Example output</label>
- <output name="result">100</output>
+ <label for="output">Example output</label>
+ <output name="result" id="output">100</output>
</p>
<p>