diff --git a/static/timeslider.html b/static/timeslider.html index 4dbf8d939..2daead15d 100644 --- a/static/timeslider.html +++ b/static/timeslider.html @@ -63,6 +63,7 @@ //get the padId out of the url var urlParts= document.location.pathname.split("/"); padId = urlParts[urlParts.length-2]; + padId = unescape(padId); // unescape neccesary due to Safari and Opera interpretation of spaces //set the title document.title = document.title + " | " + padId; @@ -271,7 +272,11 @@ Return to pad