Changeset f56eb466


Ignore:
Timestamp:
01/19/2022 01:54:09 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
113f4e6
Parents:
8f16a204
Message:

dconf: fix displaying two successive spaces in <command>

Use &nbsp; so that the spaces are not "swallowed" by normalize-space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r8f16a204 rf56eb466  
    238238    </para>
    239239
    240     <para><!-- Using screen so that spaces are output verbatim -->
    241       <screen><command>sed -e '/  desktop,/d' ...</command></screen>: This
     240    <para><!-- Using nbsp so that spaces are output verbatim -->
     241      <command>sed -e '/&nbsp;&nbsp;desktop,/d' ...</command>: This
    242242      fixes a failure to build with newer versions of
    243243      <application>meson</application>.
Note: See TracChangeset for help on using the changeset viewer.