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 32c8cf8d215cf409d1dd146b58284a5c3dd64dca Author: Marcus <mar...@apache.org> AuthorDate: Thu May 13 12:31:19 2021 +0200 Testing: Exchanged version number with variable --- templates/brand.gsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/brand.gsp b/templates/brand.gsp index c062912..7d409d9 100644 --- a/templates/brand.gsp +++ b/templates/brand.gsp @@ -75,4 +75,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.10">${content.announce} 4.1.10</a></div> +//<div id="announce"><a href="${content.announceurl}" title="${content.announcetip} 4.1.10">${content.announce} 4.1.10</a></div> + <div id="announce"><a href="${content.announceurl}" title="${content.announcetip} ${content.versionnumber}">${content.announce} ${content.versionnumber}</a></div>