]> git.openstreetmap.org Git - rails.git/commitdiff
Removed bogus backslash escape.
authorTom Hughes <tom@compton.nu>
Wed, 11 Feb 2009 00:18:10 +0000 (00:18 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 11 Feb 2009 00:18:10 +0000 (00:18 +0000)
app/views/site/_search.rhtml

index 6ddcc851cd640bab7ac4495d3d18f45013f49e81..7817b236158db1a3fb63b1eed98ed34722467009 100644 (file)
@@ -1,7 +1,7 @@
 <script type="text/javascript">
 <!--
   function startSearch() {
 <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";
 
     $("search_field").style.display = "none";
     $("search_active").style.display = "inline";