Skip to content

Commit

Permalink
Fix broken google search
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Jun 5, 2016
1 parent 204699d commit 3ee7193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/template-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a class="Link" href="user-guide.pdf" target="_blank"><img src="icons/pdf-large.png" width="16" height="16" border="0" style="margin:0 3px -2px 1px" alt="Download PDF version" />PDF (10MB)</a>
</div>
<div id="search">
<form id="searchform" action="http://www.google.com/search?hl=en&q=" method="get" title="Search the Guide using Google" target="_top" onsubmit="dsearch.value+=' site:rsbweb.nih.gov/ij/docs/guide/';">
<form id="searchform" action="http://www.google.com/search?hl=en&q=" method="get" title="Search the Guide using Google" target="_top" onsubmit="dsearch.value+=' site:imagej.nih.gov/ij/docs/guide/';">
<input type="text" name="q" id="dsearch" value="Search Guide..." onblur="if(!this.value)this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';">
<input type="submit" id="searchsubmit" class="submit" value="" />
</form>
Expand All @@ -36,4 +36,4 @@
</div>

</body>
</html>
</html>

0 comments on commit 3ee7193

Please sign in to comment.