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
The following commit(s) were added to refs/heads/main by this push: new 2c2f945735 Title: Change from fixed text to variable 2c2f945735 is described below commit 2c2f9457351b77c8013da40111fd21cec548dc75 Author: Marcus <mar...@apache.org> AuthorDate: Fri Dec 29 10:42:33 2023 +0100 Title: Change from fixed text to variable --- content/de/download/platform_hints.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/de/download/platform_hints.html b/content/de/download/platform_hints.html index bb7117d8df..1bb1770d76 100644 --- a/content/de/download/platform_hints.html +++ b/content/de/download/platform_hints.html @@ -26,6 +26,8 @@ <!-- Text is coming from 'msg_prop_l10n_de.js' --> <script> <!-- + document.write( "<title>" + l10n.dl_platform_info_headline + "<title>" ); + document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" ); document.write( "<h4><b>" + l10n.dl_platform_info_win_headline + "</b></h4>" );