summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:55:54 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:55:54 +0200
commitbffe76ba4bdec91aca572a8d5bf076c32f06d956 (patch)
tree05d4ff0162f01ebab8f3bed3c02c48da7153db18
parent0d29baa7c6ce20225ba4c14038befe0edc5caf07 (diff)
downloadyoutube-dl-bffe76ba4bdec91aca572a8d5bf076c32f06d956.tar.gz
youtube-dl-bffe76ba4bdec91aca572a8d5bf076c32f06d956.tar.xz
youtube-dl-bffe76ba4bdec91aca572a8d5bf076c32f06d956.zip
Remove empty <tr>s in index
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 546243248..7cfb0b80c 100644
--- a/index.html
+++ b/index.html
@@ -15,12 +15,12 @@
 
 <p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 5), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
 
-<table border="0" id="rgb"><tr>
+<table border="0" id="rgb">
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>
 	<tr><td><a class="button" id="g" href="download.html">Download it</a></td></tr>
 	<tr><td><a class="button" id="y" href="https://github.com/rg3/youtube-dl/">Develop</a></td></tr>
 	<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
-</tr></table>
+</table>
 
 <div class="note">
 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">