Author: robweir
Date: Thu Sep 12 14:56:27 2013
New Revision: 1522607
URL: http://svn.apache.org/r1522607
Log:
wrap in <script> block
Modified:
openoffice/ooo-site/trunk/content/scripts/entourage.js
Modified: openoffice/ooo-site/trunk/content/scripts/entourage.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/scripts/entourage.js?rev=1522607&r1=1522606&r2=1522607&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/scripts/entourage.js (original)
+++ openoffice/ooo-site/trunk/content/scripts/entourage.js Thu Sep 12 14:56:27
2013
@@ -1,3 +1,4 @@
+<script type="text/javascript">
/*!
* Entourage 1.1.2 - Automatic Download Tracking for Asynchronous Google
Analytics
*
@@ -74,4 +75,5 @@ window.entourage = entourage;
//Execute entourage onload - ensuring links are present in the DOM
window.onload = entourage.initialize;
-})();
\ No newline at end of file
+})();
+</script>
\ No newline at end of file