From d69774441290ca29a0b2451dcb858eeb2e4badf3 Mon Sep 17 00:00:00 2001 From: mdo Date: Tue, 4 Dec 2012 09:48:15 -0800 Subject: [PATCH] Updated Contributing to Bootstrap (markdown) --- Contributing-to-Bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-Bootstrap.md b/Contributing-to-Bootstrap.md index 146f23e..3d7c4cb 100644 --- a/Contributing-to-Bootstrap.md +++ b/Contributing-to-Bootstrap.md @@ -26,5 +26,5 @@ As of v2.0.0, Bootstrap's documentation is powered by Mustache templates and bui - Multiple-line approach (one property and value per line) - Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) - End all lines with a semi-colon -- For multiple, comma-separated selectors, place each selector on it's own line +- For multiple, comma-separated selectors, place each selector on its own line - Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks). \ No newline at end of file