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 2022/07/24 16:08:31 UTC

[openoffice-org] branch main updated: Exchanged variable with actual URL

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 512346697 Exchanged variable with actual URL
512346697 is described below

commit 51234669726c6b0b0e2108b5974399f885449188
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Jul 24 18:07:40 2022 +0200

    Exchanged variable with actual URL
---
 templates/brand.gsp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/brand.gsp b/templates/brand.gsp
index 6d5bc7709..08fd72cc0 100644
--- a/templates/brand.gsp
+++ b/templates/brand.gsp
@@ -79,4 +79,5 @@
   </div>
 
 <!-- The version number must no longer be part of every localized "brand.md" in order to change it only in a single place: here. -->
-<div id="announce"><a href="${content.announceurl}" title="${content.announcetip} 4.1.13">${content.announce} 4.1.13</a></div>
+<!-- <div id="announce"><a href="${content.announceurl}" title="${content.announcetip} 4.1.13">${content.announce} 4.1.13</a></div> -->
+<div id="announce"><a href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-19" title="${content.announcetip} 4.1.13">${content.announce} 4.1.13</a></div>
\ No newline at end of file