Corrected Typo

Fixed typo in one file from previous update.
This commit is contained in:
Jacques Distler 2007-05-11 12:34:21 -05:00
parent 3b6cd309ff
commit 342f10acf6

View file

@ -21,7 +21,7 @@ end
<fieldset class="search"><input type="text" id="searchField" name="query" value="Search"
onfocus="this.value == 'Search' ? this.value = '' : true"
onblur="this.value == '' ? this.value = 'Search' : true" /></fieldset>
<% end_form_tag %>
<% end %>
<% else %>
<%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %>
<% end%>