Browse Source

Fix stray </a> in FAQ

Philipp Hagemeister 14 years ago
parent
commit
9014805f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      faq.html

+ 1 - 1
faq.html

@@ -41,7 +41,7 @@ If you're suggesting a feature, any details can help:
 
 
 <ul>
 <ul>
 <li>If it's an option: How would you call it? What should the help text be?</li>
 <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>
 <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>
 </ul>
 </p>
 </p>