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 fcf3d93644f08d1b1e29c778f4611e34ba241992 Author: Marcus <[email protected]> AuthorDate: Thu May 13 10:32:11 2021 +0200 Updated structure --- content/de/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/de/index.html b/content/de/index.html index 4d5c2a7..197e52f 100644 --- a/content/de/index.html +++ b/content/de/index.html @@ -5,6 +5,8 @@ <meta name="name" content="Apache OpenOffice" /> <meta name="description" content="Die offizielle Homepage des Apache OpenOffice Open Source Projekts, Heimat von OpenOffice Writer, Calc, Impress, Draw und Base." /> <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open Document Format, freie Büro-Editoren" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="icon" href="favicon.ico" type="image/x-icon" /> <title>Apache OpenOffice - Offizielle Seite - Die freie und offene Büro-Software</title> <script type="text/javascript" src="/download/globalvars.js"></script> <script type="text/javascript" src="/msg_prop_l10n.js"></script> @@ -32,7 +34,7 @@ } function showAlertBox() { - // The text is defined in "./msg_prop_l10n_xx.js". + // The text is defined in "/msg_prop_l10n_xx.js". // Show the alert box or not? if( l10n.index_alert_box_show ) { @@ -85,7 +87,7 @@ screen reader. // Show alert box. // Show an important message or announcement. // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined in the variables. - showAlertbox( false ); + showAlertbox(); //--> </script>
