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 42fb6f1 Testing: Exchanged version number with variable
42fb6f1 is described below
commit 42fb6f1e239e2ecf9f0a7fefde60c84ab3d643c1
Author: Marcus <[email protected]>
AuthorDate: Thu May 13 12:48:59 2021 +0200
Testing: Exchanged version number with variable
---
templates/brand.gsp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/brand.gsp b/templates/brand.gsp
index 7d409d9..9173abf 100644
--- a/templates/brand.gsp
+++ b/templates/brand.gsp
@@ -74,6 +74,6 @@
<div id="bannercenter"><br/>${content.tagline}</div>
</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>
+<!-- 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>