[extensions-web/theme/gnome-grass/2016] theme: fixed validation error



commit f9f9dae2bcb8bdc88e1467edf751c5e77e2eb3a2
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sat Nov 5 19:26:29 2016 +0300

    theme: fixed validation error

 sweettooth/templates/base.html |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 393b615..9718189 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -101,20 +101,22 @@
 
         <div class="icons grid_3">
             <div class="social_network_icons">
-                <ul>
-                        <a href="//identi.ca/gnome">
-                            <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/identica.png"; alt=" ">
-                        </a>
-                        <a href="//twitter.com/gnome">
-                            <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/twitter.png"; alt=" ">
-                        </a>
-                        <a href="//www.facebook.com/GNOMEDesktop">
-                            <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/facebook.png"; alt=" ">
-                        </a>
-                        <a href="//plus.google.com/108054458791366257368/posts">
-                            <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/gplus.png"; alt="GNOME on 
Google+" rel="publisher">
-                        </a>
-                </ul>
+                <a href="//identi.ca/gnome">
+                    <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/identica.png";
+                         alt=" ">
+                </a>
+                <a href="//twitter.com/gnome">
+                    <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/twitter.png";
+                         alt=" ">
+                </a>
+                <a href="//www.facebook.com/GNOMEDesktop">
+                    <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/facebook.png";
+                         alt=" ">
+                </a>
+                <a href="//plus.google.com/108054458791366257368/posts">
+                    <img 
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/social_networks/gplus.png";
+                         alt="GNOME on Google+" rel="publisher">
+                </a>
             </div>
            </div>
 


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