Whitespace

This commit is contained in:
Leon Miller-Out
2013-09-27 10:15:19 -04:00
parent 8608007337
commit 72729d5510
@@ -171,7 +171,7 @@ $(document).ready(function() {
var path = pagePath();
var oldName = pageName();
var context_blurb =
var context_blurb =
"Renamed page will be under " +
"<span class='path'>" + htmlEscape('/' + path) + "</span>" +
" unless an absolute path is given."
@@ -225,7 +225,7 @@ $(document).ready(function() {
// For consistency remove the trailing /
path = path.replace(/\/$/,'')
}
var context_blurb =
var context_blurb =
"Page will be created under " +
"<span class='path'>" + htmlEscape('/' + path) + "</span>" +
" unless an absolute path is given."