浏览代码

Make FAQ valid HTML

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

+ 2 - 3
faq.html

@@ -28,7 +28,7 @@
 
 <h1 id="q-bugs">The program has stopped working / I want to suggest a feature.</h1>
 
-<p>Please report the problem in the <a href="https://github.com/rg3/youtube-dl/issues">issuetracker</a>. Your bug report should include:
+<p>Please report the problem in the <a href="https://github.com/rg3/youtube-dl/issues">issuetracker</a>. Your bug report should include:</p>
 
 <ul>
 <li>Your exact command line, like <code style="white-space: pre;">youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&amp;feature=channel_video_title"</code></li>
@@ -37,14 +37,13 @@
 <li>The name and version of your Operating System ("Ubuntu 11.04 x64" or "Windows 7 x64" is usually enough).</li>
 </ul>
 
-If you're suggesting a feature, any details can help:
+<p>If you're suggesting a feature, any details can help:</p>
 
 <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 ;).</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>
 
 <h1 id="q-best-option">Can you please put the -b option back?</h1>