Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 baed24d1ec..d1ee0a8698 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>