From 6f9ed7efeb0a4f3252f0f11d53d5f9be065abc4f Mon Sep 17 00:00:00 2001
From: Max <max@supportex.net>
Date: Fri, 19 Jul 2013 13:28:26 +0300
Subject: [PATCH] typo fixed: highligted source code of second radio button was
 missing in css.html -> checkboxes & radios -> default section

---
 css.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/css.html b/css.html
index 4500efdd1b..f12a1349ae 100644
--- a/css.html
+++ b/css.html
@@ -1342,6 +1342,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
     <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
     Option one is this and that&mdash;be sure to include why it's great
   </label>
+  <label>
+    <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
+    Option two can be something else and selecting it will deselect option one
+  </label>
 </div>
 {% endhighlight %}
 
-- 
GitLab