summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:50:04 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:50:04 +0200
commit9014805f26b7d7b179f0777364c0ec7b38a2dfab (patch)
treee629f32a8854d4abdb173b870606fe6eaf49553a
parentf973da57a47e21d610e73cad7a55fa0c9065ec9c (diff)
downloadyoutube-dl-9014805f26b7d7b179f0777364c0ec7b38a2dfab.tar.gz
youtube-dl-9014805f26b7d7b179f0777364c0ec7b38a2dfab.tar.xz
youtube-dl-9014805f26b7d7b179f0777364c0ec7b38a2dfab.zip
Fix stray </a> in FAQ
-rw-r--r--faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq.html b/faq.html
index c9be4f0c5..297d039ee 100644
--- a/faq.html
+++ b/faq.html
@@ -41,7 +41,7 @@ If you're suggesting a feature, any details can help:
 
 <ul>
 <li>If it's an option: How would you call it? What should the help text be?</li>
-<li>If it's support for a new site: Mention an example video URL. If you can describe the download process, that's a huge plus. But don't worry if you can't - we love a good challenge ;).</a>
+<li>If it's support for a new site: Mention an example video URL. If you can describe the download process, that's a huge plus. But don't worry if you can't - we love a good challenge ;).</li>
 <li>For programmers: Providing code that implements the change will speed up the integration process. <a href="https://github.com/rg3/youtube-dl/fork">Fork youtube-dl</a> on github, and <a href="http://help.github.com/send-pull-requests/">send us a pull request</a>.</li>
 </ul>
 </p>