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 1841ede7fcfcf671ab10c8da28dfe5e013bc2669
Author: Marcus <[email protected]>
AuthorDate: Wed Apr 14 20:09:41 2021 +0200

    Changed items to simplify the addition for new text
---
 content/de/download/platform_hints.html | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/content/de/download/platform_hints.html 
b/content/de/download/platform_hints.html
index 4ecbac1..7918ed6 100644
--- a/content/de/download/platform_hints.html
+++ b/content/de/download/platform_hints.html
@@ -27,16 +27,13 @@
     document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
 
     document.write( "<h4><b>" + l10n.dl_platform_info_win_headline + 
"</b></h4>" );
-    document.write( "<h5>" + l10n.dl_platform_info_win_sub_headline + "</h5>" 
);
-    document.write( "<p>" + l10n.dl_platform_info_win_text + "</p>" );
+    document.write( l10n.dl_platform_info_win_text );
 
     document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline + 
"</b></h4>" );
-    document.write( "<h5>" + l10n.dl_platform_info_mac_sub_headline + "</h5>" 
);
-    document.write( "<p>" + l10n.dl_platform_info_mac_text + "</p>" );
+    document.write( l10n.dl_platform_info_mac_text );
 
     document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline + 
"</b></h4>" );
-    document.write( "<h5>" + l10n.dl_platform_info_linux_sub_headline + 
"</h5>" );
-    document.write( "<p>" + l10n.dl_platform_info_linux_text + "</p>" );
+    document.write( l10n.dl_platform_info_linux_text );
     //-->
     </script>
 

Reply via email to