From 1f6a988190d61128279250a444b9f028c35088c1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 4 Feb 2013 11:11:25 -0800 Subject: [PATCH] Fixes #6794: incorrect docs mention of th element --- docs/css.html | 3 +-- docs/templates/pages/css.mustache | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/css.html b/docs/css.html index 051290dc95..12dd53edb1 100644 --- a/docs/css.html +++ b/docs/css.html @@ -971,8 +971,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped <th> - Special table cell for column (or row, depending on scope and placement) labels
- Must be used within a <thead> + Special table cell for column (or row, depending on scope and placement) labels diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index b9182c28a3..e45b66be06 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -911,8 +911,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped <th> - Special table cell for column (or row, depending on scope and placement) labels
- Must be used within a <thead> + Special table cell for column (or row, depending on scope and placement) labels