Fix stray </a> in FAQ

This commit is contained in:
Philipp Hagemeister 2011-09-28 09:50:04 +02:00
parent f973da57a4
commit 9014805f26

View file

@ -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>