aboutsummaryrefslogtreecommitdiffstats
path: root/docs/uidesign
diff options
context:
space:
mode:
authorChad Horohoe <chadh@wikimedia.org>2012-09-24 08:59:31 -0400
committerChad Horohoe <chadh@wikimedia.org>2012-09-24 09:01:59 -0400
commit431a2216c273fe62976628913c8c8d3a393d214f (patch)
tree13d27f48d773181f5b77fe77b611527adc117566 /docs/uidesign
parent251b50a7f9a5af1cbd477365120783f0931401ed (diff)
downloadmediawikicore-431a2216c273fe62976628913c8c8d3a393d214f.tar.gz
mediawikicore-431a2216c273fe62976628913c8c8d3a393d214f.zip
Fix invalid HTML in design doc
Change-Id: Ibb664c22dc54109b113a51b4385e5564c2b80ce1
Diffstat (limited to 'docs/uidesign')
-rw-r--r--docs/uidesign/design.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/uidesign/design.html b/docs/uidesign/design.html
index 20dab86efcc7..7062a8266457 100644
--- a/docs/uidesign/design.html
+++ b/docs/uidesign/design.html
@@ -20,13 +20,13 @@
<span class="comment">span.comment</span>
<a class="feedlink">a.feedlink</a>
<table class="wikitable">
- <tr><th colspan="2">table.wikitable</td></tr>
+ <tr><th colspan="2">table.wikitable</th></tr>
<tr><td>cell</td><td>cell</td></tr>
<tr><td>cell</td><td>cell</td></tr>
</table>
<table class="mw-datatable">
- <tr><th colspan="2">table.mw-datatable</td></tr>
+ <tr><th colspan="2">table.mw-datatable</th></tr>
<tr><td>line with hover</td><td>line with hover</td></tr>
<tr><td>line with hover</td><td>line with hover</td></tr>
</table>