diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -750,8 +750,8 @@ def action_parser(user_log, feed=False, action = action_str[0].replace('[', '').replace(']', '') else: action = action_str[0] \ - .replace('[', '') \ - .replace(']', '') + .replace('[', '') \ + .replace(']', '') action_params_func = lambda: "" diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1766,12 +1766,6 @@ a.metatag[tag="license"]:hover { width: 95px; } -.journal_highlight { - font-weight: bold; - padding: 0 2px; - vertical-align: bottom; -} - .trending_language_tbl, .trending_language_tbl td { border: 0 !important; margin: 0 !important;