AI 147767: set 1.1 download page to include "not current" disclaimer
  and a markup typo fix in the download page.
  BUG=1790234

Automated import of CL 147767
diff --git a/docs/html/sdk/download.jd b/docs/html/sdk/download.jd
index 3c4f06b..1712ae6 100644
--- a/docs/html/sdk/download.jd
+++ b/docs/html/sdk/download.jd
@@ -3,7 +3,7 @@
 
 @jd:body
 
-<script language="javascript">
+<script type="text/javascript">
   function verify() {
     document.getElementById('download-button').disabled = !document.getElementById('checkbox').checked;
   }
@@ -68,7 +68,7 @@
   <p>If you want to re-read the license agreement, it's available to you in the <em>SDK</em> tab.</p>
 </div>
 
-<script language="javascript">
+<script type="text/javascript">
   var loc = window.location.href;
   var filename = loc.substring(loc.indexOf('=')+1,loc.length);
   version = filename.substring(filename.indexOf('.')-1,filename.lastIndexOf('.'));