Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
fixed search by using absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Nov 20, 2013
1 parent 4cd6144 commit 3634f51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/book-template.html
Expand Up @@ -38,7 +38,7 @@
<a target="_blank" href="https://support.sonatype.com/home">Support</a>
</li>
<li class="form-holder">
<form action="/search" novalidate="novalidate">
<form action="http://www.sonatype.com/search" novalidate="novalidate">
<input type="hidden" name="cx" value="017156762307045728421:nxzwpnwhlg8">
<input type="hidden" name="ie" value="ISO-8859-1">
<input type="hidden" name="cof" value="FORID:10">
Expand Down Expand Up @@ -184,8 +184,6 @@ <h2>
<div class="span12">
<div class="content-title">
<div class="inner-elements">
<br>

<h1>${bookTitle}</h1>
<h2>${title}</h2>
</div>
Expand Down Expand Up @@ -311,7 +309,7 @@ <h6>Connect</h6>
</div>
</li>
</ul>

</div>
</div>
</nav>
Expand Down

0 comments on commit 3634f51

Please sign in to comment.