浏览代码

Fix stray </a> in FAQ

Philipp Hagemeister 14 年之前
父节点
当前提交
9014805f26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      faq.html

+ 1 - 1
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>