gnucash-docs maint: Fix <application> tag

Frank H.Ellenberger fell at code.gnucash.org
Sat Oct 26 08:24:38 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/83169e40 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/f9e30e94 (commit)



commit 83169e40b7486f23ad60b49fbde6add295f8ad4e
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Oct 26 14:23:40 2019 +0200

    Fix <application> tag

diff --git a/docbook/gnc-docbookx.dtd b/docbook/gnc-docbookx.dtd
index d94b861..3f3aef2 100644
--- a/docbook/gnc-docbookx.dtd
+++ b/docbook/gnc-docbookx.dtd
@@ -47,7 +47,7 @@ own entity definitions to use across all of our DocBook pages. -->
     and replace "&app;" by "&app-<lang>;" and "&appname;" by "&appname-<lang>;" in your translation.
 -->
 <!ENTITY appname "GnuCash">  <!-- This should be used, where no further markup is desired, e.g. in GUI elements, URLs -->
-<!ENTITY app "<app>GnuCash</app>">  <!-- This should be used in normal text -->
+<!ENTITY app "<application>GnuCash</application>">  <!-- This should be used in normal text -->
 
 <!-- 
   2. Some common dicectories - change rarely.



Summary of changes:
 docbook/gnc-docbookx.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list