Author: robweir
Date: Mon Sep 9 19:14:06 2013
New Revision: 1521248
URL: http://svn.apache.org/r1521248
Log:
Remove trailing comma
Modified:
openoffice/ooo-site/trunk/content/download/release_matrix.js
Modified: openoffice/ooo-site/trunk/content/download/release_matrix.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/release_matrix.js?rev=1521248&r1=1521247&r2=1521248&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/release_matrix.js (original)
+++ openoffice/ooo-site/trunk/content/download/release_matrix.js Mon Sep 9
19:14:06 2013
@@ -325,6 +325,6 @@ var release_aoo400_matrix = {
"8": ['Mac_x86_install', 'y', '152',
'Apache_OpenOffice_4.0.0_MacOS_x86_install_zh-CN.dmg'],
"9": ['Mac_x86_langpack', 'y', ' 13',
'Apache_OpenOffice_4.0.0_MacOS_x86_langpack_zh-CN.dmg'],
"10": ['Win_x86_install', 'y', '126',
'Apache_OpenOffice_4.0.0_Win_x86_install_zh-CN.exe'],
- "11": ['Win_x86_langpack', 'y', ' 13',
'Apache_OpenOffice_4.0.0_Win_x86_langpack_zh-CN.exe']},
+ "11": ['Win_x86_langpack', 'y', ' 13',
'Apache_OpenOffice_4.0.0_Win_x86_langpack_zh-CN.exe']}
};