From a677ccd2966d9c9cb9458586eaacee33055896b2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 Mar 2021 14:51:20 +0100 Subject: */*: Normalize metadata.xml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny --- dev-haskell/pgp-wordlist/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell/pgp-wordlist') diff --git a/dev-haskell/pgp-wordlist/metadata.xml b/dev-haskell/pgp-wordlist/metadata.xml index 36a5661f1120..603a8f267d3c 100644 --- a/dev-haskell/pgp-wordlist/metadata.xml +++ b/dev-haskell/pgp-wordlist/metadata.xml @@ -15,7 +15,7 @@ them at each byte. The PGP words corresponding to the bytes @5B 1D CA 6E@ - are "erase breakaway spellbind headwaters", for example. + are "erase breakaway spellbind headwaters", for example. For further information, see <http://en.wikipedia.org/wiki/PGP_word_list Wikipedia>. -- cgit v1.2.3-65-gdbad