[FFmpeg-devel] [PATCH 1/2] Make W3C validator happy

Timothy Gu timothygu99 at gmail.com
Tue Jul 15 23:48:38 CEST 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 src/about            | 8 ++++----
 src/bugreports       | 8 ++++----
 src/download         | 6 ++----
 src/index            | 4 ++--
 src/template_footer1 | 2 +-
 src/template_head1   | 1 -
 6 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/src/about b/src/about
index 665da5d..2ac11d6 100644
--- a/src/about
+++ b/src/about
@@ -39,9 +39,9 @@
 </p>
 
 <h3>
-  <div class="pull-right">
+  <span class="pull-right">
     <i class="fa fa-wrench"></i>  
-  </div>
+  </span>
   FFmpeg Tools</h3>
 
 <br><br>
@@ -82,9 +82,9 @@
 </div>
 
 <h3>
-  <div class="pull-right">
+  <span class="pull-right">
     <i class="fa fa-cogs"></i>  
-  </div>
+  </span>
   FFmpeg Libraries for developers</h3>
 
 <br><br>
diff --git a/src/bugreports b/src/bugreports
index 68b61e0..70bf00a 100644
--- a/src/bugreports
+++ b/src/bugreports
@@ -99,9 +99,9 @@
 </div>
 
 <h3 id="BugTracker">
-  <div class="pull-right">
+  <span class="pull-right">
     <i class="fa fa-bug"></i>  
-  </div>
+  </span>
   Bug Tracker</h3>
 
 <p>
@@ -119,9 +119,9 @@
 </p>
 
 <h3 id="SubmittingSampleMedia">
-  <div class="pull-right">
+  <span class="pull-right">
     <i class="fa fa-file-video-o"></i>  
-  </div>
+  </span>
   Submitting Sample Media</h3>
 
 <p>
diff --git a/src/download b/src/download
index dd1221c..3ccbb3d 100644
--- a/src/download
+++ b/src/download
@@ -10,12 +10,10 @@
 
 
   <h4 class="first">
-    <p class="pull-right">
-      <small>
+    <small class="pull-right">
 	If you find FFmpeg useful, you are welcome to contribute
 	by <a href="donations.html">donating</a>.
-      </small>
-    </p>
+    </small>
 
     <i class="fa fa-download"></i>
     More downloading options</h4>
diff --git a/src/index b/src/index
index 0b9483e..2acae24 100644
--- a/src/index
+++ b/src/index
@@ -27,12 +27,12 @@
   </div> <!-- well -->
 
   <h1 id="news">
-    <div class="pull-right">
+    <span class="pull-right">
       <a href="main.rss"><strong><i class="fa fa-rss"></i></strong></a>  
       <a href="https://plus.google.com/108003112428040046828?prsrc=3" rel="publisher" style="text-decoration:none;">
 	<strong><i class="fa fa-google-plus"></i></strong></a>  
       <a href="https://twitter.com/FFmpeg"><strong><i class="fa fa-twitter"></i></strong></a>
-    </div>
+    </span>
     News
   </h1>
 
diff --git a/src/template_footer1 b/src/template_footer1
index d06b4a5..1d28d8a 100644
--- a/src/template_footer1
+++ b/src/template_footer1
@@ -1,5 +1,5 @@
 
         </div> <!-- page-content-inset -->
-      </main>
+      </div> <!-- page-content-wrapper -->
     </div> <!-- wrapper -->
 
diff --git a/src/template_head1 b/src/template_head1
index 204b17d..8197cd3 100644
--- a/src/template_head1
+++ b/src/template_head1
@@ -2,5 +2,4 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <title>
-- 
1.9.1



More information about the ffmpeg-devel mailing list