Author: marcus
Date: Fri Jul  4 18:57:53 2014
New Revision: 1607909

URL: http://svn.apache.org/r1607909
Log:
Corrected variable initialization

Modified:
    openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js

Modified: openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js?rev=1607909&r1=1607908&r2=1607909&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/msg_prop_l10n_en.js Fri Jul 
 4 18:57:53 2014
@@ -12,7 +12,7 @@
 // The following variables are used in the "index.html" file:
 
 // Set a specific language ISO code to force to assemble a download link with 
a certain language.
-NL_LANG                                                        = "";
+var NL_LANG                                            = "";
 
 // General:
 var l10n_download_headline_text                                = "Apache 
OpenOffice Download";


Reply via email to