summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:52:01 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-28 09:52:01 +0200
commitdd9d3efcfbdbfc45e63129870fde5ec30c5e6e5f (patch)
tree49f895d5ea20ea0597ac58da40da72da64e2a297
parent9014805f26b7d7b179f0777364c0ec7b38a2dfab (diff)
downloadyoutube-dl-dd9d3efcfbdbfc45e63129870fde5ec30c5e6e5f.tar.gz
youtube-dl-dd9d3efcfbdbfc45e63129870fde5ec30c5e6e5f.tar.xz
youtube-dl-dd9d3efcfbdbfc45e63129870fde5ec30c5e6e5f.zip
Make FAQ valid HTML
-rw-r--r--faq.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/faq.html b/faq.html
index 297d039ee..70941be77 100644
--- a/faq.html
+++ b/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>