projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a00df
)
Removed bogus backslash escape.
author
Tom Hughes
<tom@compton.nu>
Wed, 11 Feb 2009 00:18:10 +0000
(
00:18
+0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 11 Feb 2009 00:18:10 +0000
(
00:18
+0000)
app/views/site/_search.rhtml
patch
|
blob
|
history
diff --git
a/app/views/site/_search.rhtml
b/app/views/site/_search.rhtml
index 6ddcc851cd640bab7ac4495d3d18f45013f49e81..7817b236158db1a3fb63b1eed98ed34722467009 100644
(file)
--- a/
app/views/site/_search.rhtml
+++ b/
app/views/site/_search.rhtml
@@
-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";