[gimp-web/testing] Revert "Add hash as class to paragraphs on source"



commit 5144275d429711a3322ed3720fbbb25e02b05ed1
Author: Pat David <patdavid gmail com>
Date:   Mon Jul 25 14:49:44 2016 -0500

    Revert "Add hash as class to paragraphs on source"
    
    This reverts commit 8995a39686b81da1d2364b5c5088ad1202bec1b9.

 themes/newgimp/templates/downloads.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index d4af2fe..a0b9776 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -229,7 +229,7 @@
     {% if GIMP.STABLE %}
         {% for version, values in GIMP.STABLE.iteritems() %}
             {% if 'source' in values %}
-            <p class='{{ values['source'].values()[0] }}'>
+            <p>
                 <strong>{{ values['source'].keys()[0] }}</strong><br>
                 <kbd>{{ values['source'].values()[0] }}</kbd>
             </p>


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