[Gpg4win-commits] [git] Gpg4win - branch, website-3-dev, updated. gpg4win-2.1.0-292-gb075a23

by Bernhard Reiter cvs at cvs.gnupg.org
Tue Sep 5 12:04:20 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, website-3-dev has been updated
       via  b075a23a7fb1d3e40d0f6b1173af64f4399420da (commit)
      from  6324c828ff9dc274123b63798204051f7668337d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b075a23a7fb1d3e40d0f6b1173af64f4399420da
Author: Bernhard Reiter <bernhard at intevation.de>
Date:   Tue Sep 5 12:03:28 2017 +0200

    menubar: improves whatsnewbutton text.
    
     * Adds an m4 macro trick to be able to insert an m4 right quote
       character for the "what's" string.

diff --git a/web/template_header.m4 b/web/template_header.m4
index e4a3828..390e6cc 100644
--- a/web/template_header.m4
+++ b/web/template_header.m4
@@ -13,6 +13,8 @@ m4_define(`LINK',
     `m4_ifelse($1, NO_LINK_FOR,
         `$2',
         `<a href="$1">$2</a>')')
+m4_define(`RQ',`m4_changequote(<,>)m4_dnl`
+'m4_changequote`'')m4_dnl trick for inserting right quotes from http://mbreen.com/m4.html#quotemacro
 
 <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
@@ -38,7 +40,7 @@ m4_define(`LINK',
     m4_ifelse(LANG_DE, `1', `<a href="index-de.html" title="Startseite"></a>', `<a href="index.html" title="Home"></a>')
    </li>
    <li class="mwhatsnew">
-    m4_ifelse(LANG_DE, `1', `<a href="version3-de.html" title="Was ist in Version 3 neu"><div>Was ist neu</br>Version 3</div></a>', `<a href="version3.html" title="<div>What is new in version 3"><div>What is new</br>Version 3</div></a>')
+    m4_ifelse(LANG_DE, `1', `<a href="version3-de.html" title="Was ist in Version 3 neu"><div>Was ist neu</br>Version 3</div></a>', `<a href="version3.html" title="<div>What is new in version 3"><div>What`'RQ()s new</br>Version 3</div></a>')
    </li>
    <li class="mbetween">
     m4_ifelse(LANG_DE, `1', `<a href="index-de.html" title="Startseite"></a>', `<a href="index.html" title="Home"></a>')

-----------------------------------------------------------------------

Summary of changes:
 web/template_header.m4 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list