diff --git a/public/js/legacy/utils/datetime.js b/public/js/legacy/utils/datetime.js index 14bfa5ca05..064433e321 100644 --- a/public/js/legacy/utils/datetime.js +++ b/public/js/legacy/utils/datetime.js @@ -266,7 +266,7 @@ function prettyDate(time){ day_diff < 7 && day_diff + " days ago" || day_diff < 31 && Math.ceil( day_diff / 7 ) + " weeks ago" || day_diff < 365 && Math.ceil( day_diff / 30) + " months ago" || - "more than " + Math.floor( day_diff / 365 ) + " year(s) ago"; + "> " + Math.floor( day_diff / 365 ) + " year(s) ago"; } // If jQuery is included in the page, adds a jQuery plugin to handle it as well diff --git a/public/js/lib/prettydate.js b/public/js/lib/prettydate.js index 813f16aecc..239e1b1b11 100644 --- a/public/js/lib/prettydate.js +++ b/public/js/lib/prettydate.js @@ -25,7 +25,7 @@ function prettyDate(time){ day_diff < 7 && day_diff + " days ago" || day_diff < 31 && Math.ceil( day_diff / 7 ) + " weeks ago" || day_diff < 365 && Math.ceil( day_diff / 30) + " months ago" || - "more than " + Math.floor( day_diff / 365 ) + " year(s) ago"; + "> " + Math.floor( day_diff / 365 ) + " year(s) ago"; } // If jQuery is included in the page, adds a jQuery plugin to handle it as well diff --git a/public/js/wn/ui/toolbar/toolbar.js b/public/js/wn/ui/toolbar/toolbar.js index 30d0bfe26d..a44d6fca3e 100644 --- a/public/js/wn/ui/toolbar/toolbar.js +++ b/public/js/wn/ui/toolbar/toolbar.js @@ -76,7 +76,7 @@ wn.ui.toolbar.Toolbar = Class.extend({ $('