You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2023/12/29 10:47:58 UTC

(openoffice-org) 01/02: Title: Change from fixed text to variable

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 a89241985520c8b259381bc17d7bde2c552069bd
Author: Marcus <ma...@apache.org>
AuthorDate: Fri Dec 29 11:47:13 2023 +0100

    Title: Change from fixed text to variable
---
 content/download/platform_hints.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/download/platform_hints.html b/content/download/platform_hints.html
index 30063a6fe1..48c7266a27 100644
--- a/content/download/platform_hints.html
+++ b/content/download/platform_hints.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-  <title>Apache OpenOffice - Important hints for the chosen platform</title>
   <script src="globalvars.js"></script>
   <script src="msg_prop_l10n_en.js"></script>
   <style>
@@ -25,6 +24,8 @@
   <!-- Text is coming from 'msg_prop_l10n_en.js' -->
   <script>
     <!--
+    document.title = l10n.dl_platform_info_headline;
+
     document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
 
     document.write( "<h4><b>" + l10n.dl_platform_info_win_headline + "</b></h4>" );