[office/kmymoney] doc: doc: don't break the URL in an XML attribute
    Luigi Toscano 
    null at kde.org
       
    Wed Oct  8 20:28:25 BST 2025
    
    
  
Git commit acfa450c7d0a1a25a20b62ea87e8ac7b9838abd4 by Luigi Toscano.
Committed on 08/10/2025 at 19:26.
Pushed by ltoscano into branch 'master'.
doc: don't break the URL in an XML attribute
If an URL is broken on multiple lines, the blank line will become
a space, thus breaking the URL and more important, if the URL
is the value of an XML attribute, this breaks with libxml2 >= 2.15.0
due to
https://gitlab.gnome.org/GNOME/libxml2/-/commit/e4cbc295fa97f3c290cec8b243bd96ebdaa3dab2
M  +2    -2    doc/reference.docbook
https://invent.kde.org/office/kmymoney/-/commit/acfa450c7d0a1a25a20b62ea87e8ac7b9838abd4
diff --git a/doc/reference.docbook b/doc/reference.docbook
index 9468759d72..7811dc6177 100644
--- a/doc/reference.docbook
+++ b/doc/reference.docbook
@@ -873,8 +873,8 @@
         enabled.  More information may be found in the section on configuring the
         <link linkend="details.settings.plugins.kbanking">KBanking plugin</link> as
         well as in the <ulink
-        url="https://www.gnucash.org/docs/v5/C/gnucash-manual/tools-on-line-banking.html#tool-
-        aqb-modules">&gnucash; documentation</ulink>.
+        url="https://www.gnucash.org/docs/v5/C/gnucash-manual/tools-on-line-banking.html#tool-aqb-modules"
+        >&gnucash; documentation</ulink>.
       </para>
 
       <para>
    
    
More information about the kde-doc-english
mailing list