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 d38eae2 Testing: Added version number to the text d38eae2 is described below commit d38eae2b509393ccd8be0ec94a2f27b3f535cc53 Author: Marcus <mar...@apache.org> AuthorDate: Thu May 13 13:11:21 2021 +0200 Testing: Added version number to the text --- templates/brand.gsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/brand.gsp b/templates/brand.gsp index 9173abf..2367f28 100644 --- a/templates/brand.gsp +++ b/templates/brand.gsp @@ -75,5 +75,4 @@ </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} ${content.versionnumber}">${content.announce} ${content.versionnumber}</a></div> +<div id="announce"><a href="${content.announceurl}" title="${content.announcetip} 4.1.10">${content.announce} 4.1.10</a></div>