This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 40a5660a8ca6ab210d3034934749c98812dbf5c9 Author: Marcus <[email protected]> AuthorDate: Wed May 4 20:42:38 2022 +0200 Changed file for the AOO 4.1.12 release --- assets/download/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/download/download.js b/assets/download/download.js index 183924e91..5e02b0f69 100644 --- a/assets/download/download.js +++ b/assets/download/download.js @@ -104,7 +104,7 @@ DL.initVariables = function( init_all ) { DL.RELEASE_PLATFORM = ""; // The platform in the release matrix array. DL.RELEASE_LANG = ""; // The language specific data depending on LANG_ISO. DL.RELEASE_TEXT = ""; // The release data (milestone, build ID, svn rev, release date). - DL.RELEASE_NOTES = ""; // The complete URL for the release notes (depends on version). + DL.RELEASE_NOTES = ""; // The complete URL for the release notes (depends on version). DL.FILENAME_FULL = ""; // The complete filename of the download URL (full install). DL.FILENAME_LP = ""; // The complete filename of the download URL (langpack). DL.FILESIZE_FULL = -1; // The filesize of the download file (full install).
