diff --git a/theme/mark.theme.inc b/theme/mark.theme.inc index 4ff8b4c..d663549 100644 --- a/theme/mark.theme.inc +++ b/theme/mark.theme.inc @@ -8,10 +8,10 @@ function omega_mark($variables) { if ($GLOBALS['user']->uid) { if ($type == MARK_NEW) { - return ' ' . t('new') . ''; + return ' ' . t('new') . ''; } elseif ($type == MARK_UPDATED) { - return ' ' . t('updated') . ''; + return ' ' . t('updated') . ''; } } }