aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/autoload/html/timestamp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim
index ce814c94..9de19aa0 100644
--- a/vim/autoload/html/timestamp.vim
+++ b/vim/autoload/html/timestamp.vim
@@ -34,7 +34,7 @@ function! s:Timestamp(time) abort
endfunction
" Define timestamp prefix string
-let s:prefix = 'Last updated: '
+let s:prefix = '<strong>Last updated:</strong> '
" Define pattern to match date timestamps; no ZALGO, please
let s:pattern = '\m\C'