Put the escapes back again.

This commit is contained in:
Tom Hughes 2009-02-13 12:33:54 +00:00
parent 143d382154
commit 8c8bb42cf6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
else if (zoomlevel<13) { var imgname = 'keymapnik'+zoomlevel+'.png'; }
else { var imgname = 'keymapnik13.png'; }
updateSidebar("Map key", "<p><img src='images/"+imgname+"' /></p>");
updateSidebar("Map key", "<p><img src='images/"+imgname+"' /><\/p>");
openSidebar({ width: "210px" });
}

View file

@ -1,7 +1,7 @@
<script type="text/javascript">
<!--
function startSearch() {
updateSidebar("Search Results", "<p class='search_results_entry'>Searching...</p>");
updateSidebar("Search Results", "<p class='search_results_entry'>Searching...<\/p>");
$("search_field").style.display = "none";
$("search_active").style.display = "inline";