Author: tal
Date: Thu Jul 10 10:22:12 2014
New Revision: 1609434

URL: http://svn.apache.org/r1609434
Log:
fixed style def from class= to id=

Modified:
    openoffice/ooo-site/trunk/templates/brand.html

Modified: openoffice/ooo-site/trunk/templates/brand.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/brand.html?rev=1609434&r1=1609433&r2=1609434&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/templates/brand.html (original)
+++ openoffice/ooo-site/trunk/templates/brand.html Thu Jul 10 10:22:12 2014
@@ -56,7 +56,7 @@
        </div>
     <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img 
id="ooo-logo" alt="{{ headers.name }}" src="/images/{{ headers.logo 
}}"/></a></div>
     <div id="bannerright">        
-      <div class="searchdiv">
+      <div id="searchdiv">
        <form id="cse-search-box-header" action="http://www.google.com/search"; 
method="get">
          <div>
            <input type="hidden" name="domains" value="{{ headers.domain }}"/>


Reply via email to