diff options
Diffstat (limited to 'docs')
| -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> |
