Skip to content
Snippets Groups Projects
Commit cec8db72 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- add some space

parent f101792d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -831,10 +831,10 @@ function theme_mark($type = MARK_NEW) {
global $user;
if ($user->uid) {
if ($type == MARK_NEW) {
return '<span class="marker">'. t('new') .'</span>';
return ' <span class="marker">'. t('new') .'</span>';
}
else if ($type == MARK_UPDATED) {
return '<span class="marker">'. t('updated') .'</span>';
return ' <span class="marker">'. t('updated') .'</span>';
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment