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 /build | |
parent | 856678bbed69a07fb5f9e9566edf291ed7df6464 (diff) | |
download | installation-guide-d825b36da9ae0691df5055517376096ec6e1e813.zip |
Fix supernumerous space after 'arch-title' entity
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 28 |
1 files changed, 14 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>"> |