diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 14:22:41 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 14:22:41 +0200 |
| commit | c8b8d914b83ffe736ce21b3848b6fb6467eaffe8 (patch) | |
| tree | 6e02975372446195793dfbcb549d1fa8a22a3812 | |
| parent | 7f5aa177f5f6e67801db7f17d93092aeb47bfd75 (diff) | |
| download | bootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.tar.xz bootstrap-c8b8d914b83ffe736ce21b3848b6fb6467eaffe8.zip | |
Make Forms => Textarea code snippet the same as example
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 5e9cdf7b2..05b0fdb98 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -974,7 +974,7 @@ For example, <code>section</code> should be wrapped as inline. <textarea rows="3"></textarea> </form> <pre class="prettyprint linenums"> -<textarea id="textarea" rows="3"></textarea> +<textarea rows="3"></textarea> </pre> <h3>Checkboxes and radios</h3> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a663d4a94..61864aac6 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -911,7 +911,7 @@ <textarea rows="3"></textarea> </form> <pre class="prettyprint linenums"> -<textarea id="textarea" rows="3"></textarea> +<textarea rows="3"></textarea> </pre> <h3>{{_i}}Checkboxes and radios{{/i}}</h3> |
