changeset 768:6c89dfdba563

browser_side (blog): typo in the CSS
author souliane <souliane@mailoo.org>
date Wed, 25 Nov 2015 17:03:36 +0100
parents 063385cbbfc2
children 5b28bca05d23
files src/browser/sat_browser/blog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/browser/sat_browser/blog.py	Wed Nov 25 16:49:31 2015 +0100
+++ b/src/browser/sat_browser/blog.py	Wed Nov 25 17:03:36 2015 +0100
@@ -109,7 +109,7 @@
             author = html_tools.html_sanitize(unicode(self.item.author))
             author_jid = html_tools.html_sanitize(unicode(self.item.author_jid))
             if author_jid and not self.item.author_verified:
-                author_jid += u' <span style="color=red; font-weight: bold;">⚠</span>'
+                author_jid += u' <span style="color:red; font-weight: bold;">⚠</span>'
             if author:
                 author += " &lt;%s&gt;" % author_jid
             elif author_jid: