You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/12/08 14:06:35 UTC

svn commit: r1643802 - /incubator/flink/site/downloads.html

Author: rmetzger
Date: Mon Dec  8 13:06:35 2014
New Revision: 1643802

URL: http://svn.apache.org/r1643802
Log:
Fix htmlencoding in downloads.html

Modified:
    incubator/flink/site/downloads.html

Modified: incubator/flink/site/downloads.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/downloads.html?rev=1643802&r1=1643801&r2=1643802&view=diff
==============================================================================
--- incubator/flink/site/downloads.html (original)
+++ incubator/flink/site/downloads.html Mon Dec  8 13:06:35 2014
@@ -127,16 +127,16 @@
     <div style="padding-top:120px" class="container">
         <h1>Downloads</h1>
 
-<p><script type="text/javascript">
+<script type="text/javascript">
 $( document ).ready(function() {
   // Handler for .ready() called.
-  $(&#39;.ga-track&#39;).on(&#39;click&#39;, function() {
+  $('.ga-track').on('click', function() {
     // we just use the element id for tracking with google analytics
-    ga(&#39;send&#39;, &#39;event&#39;, &#39;button&#39;, &#39;click&#39;, $(this).attr(&#39;id&#39;));
-  });</p>
+    ga('send', 'event', 'button', 'click', $(this).attr('id'));
+  });
 
-<p>});
-</script></p>
+});
+</script>
 
 <p class="lead">Pick the <strong>Apache Flink</strong> package matching your Hadoop version.</p>