[gnome3-web] Remove title attribute on <iframe> tag, makes xml2po fail.



commit dca88a52eeba9cdd1cfcd52a13faeb0833f8b95e
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Mar 30 17:04:33 2011 +0530

    Remove title attribute on <iframe> tag, makes xml2po fail.

 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/index.html b/index.html
index 47e6c9d..258696f 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
       </div>
 
 <div class="video-splash">
-<iframe title="YouTube video player" width="940" height="405" src="http://www.youtube.com/embed/Ip9Bgjaspjs"; frameborder="0" allowfullscreen="true"></iframe>
+<iframe width="940" height="405" src="http://www.youtube.com/embed/Ip9Bgjaspjs"; frameborder="0" allowfullscreen="true"></iframe>
 </div>
 
     <p>For GNOME 3, the GNOME Project has started from scratch and created a completely new, modern desktop designed for today's users and technologies. Here are some of the things that you can expect from the new GNOME:</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]