diff options
author | Holger Wansing <hwansing@mailbox.org> | 2020-12-06 20:41:59 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2020-12-06 20:41:59 +0100 |
commit | d825b36da9ae0691df5055517376096ec6e1e813 (patch) | |
tree | e7fb1473de4994c34639c9d795f0bce704164811 | |
parent | 856678bbed69a07fb5f9e9566edf291ed7df6464 (diff) | |
download | installation-guide-d825b36da9ae0691df5055517376096ec6e1e813.zip |
Fix supernumerous space after 'arch-title' entity
-rw-r--r-- | build/entities/common.ent | 28 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 15 insertions, 14 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index f54b5875f..d0075df2e 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -24,20 +24,20 @@ <!-- proper nouns for architectures --> <!ENTITY arch-title - "<phrase arch='any-amd64'>64-bit PC</phrase> - <phrase arch='armel'>32-bit soft-float ARM</phrase> - <phrase arch='armhf'>32-bit hard-float ARMv7</phrase> - <phrase arch='arm64'>64-bit ARM</phrase> - <phrase arch='hppa'>PA-RISC</phrase> - <phrase arch='any-i386'>32-bit PC</phrase> - <phrase arch='ia64'>IA-64</phrase> - <phrase arch='mips'>32-bit MIPS (big-endian)</phrase> - <phrase arch='mips64el'>64-bit MIPS (little-endian)</phrase> - <phrase arch='mipsel'>32-bit MIPS (little-endian)</phrase> - <phrase arch='powerpc'>PowerPC</phrase> - <phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase> - <phrase arch='sparc'>SPARC</phrase> - <phrase arch='s390'>S/390</phrase>"> + "<phrase arch='any-amd64'>64-bit PC</phrase><phrase + arch='armel'>32-bit soft-float ARM</phrase><phrase + arch='armhf'>32-bit hard-float ARMv7</phrase><phrase + arch='arm64'>64-bit ARM</phrase><phrase + arch='hppa'>PA-RISC</phrase><phrase + arch='any-i386'>32-bit PC</phrase><phrase + arch='ia64'>IA-64</phrase><phrase + arch='mips'>32-bit MIPS (big-endian)</phrase><phrase + arch='mips64el'>64-bit MIPS (little-endian)</phrase><phrase + arch='mipsel'>32-bit MIPS (little-endian)</phrase><phrase + arch='powerpc'>PowerPC</phrase><phrase + arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase + arch='sparc'>SPARC</phrase><phrase + arch='s390'>S/390</phrase>"> <!-- general things from installer --> <!ENTITY ekey "<keycap>e</keycap>"> diff --git a/debian/changelog b/debian/changelog index 01d269f00..fce693fff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium Closes: #644430, #691046. * Add chapter about verifying the integrity of installation images. Closes: #975331 + * Fix supernumerous space after 'arch-title' entity. [ Updated translations ] * Chinese (simplified) by Tao Wang |