From 2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:50:08 +0200 Subject: Fix typo in One class, multiple tags section --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8ab4b9c2a..8c2155b21 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1491,7 +1491,7 @@ <input class="btn" type="button" value="{{_i}}Input{{/i}}"> <input class="btn" type="submit" value="{{_i}}Submit{{/i}}"> -

{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

+

{{_i}}As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

-- cgit v1.2.3