File 0189-orddict-fix-XML-error.patch of Package erlang

From 6aab56f9d9db8f0830d876e52c99f07b104bbb6b Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Tue, 28 Mar 2023 13:24:08 +0200
Subject: [PATCH] orddict: fix XML error

---
 lib/stdlib/doc/src/orddict.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/stdlib/doc/src/orddict.xml b/lib/stdlib/doc/src/orddict.xml
index 216298f1d9..74ae55de3b 100644
--- a/lib/stdlib/doc/src/orddict.xml
+++ b/lib/stdlib/doc/src/orddict.xml
@@ -38,7 +38,7 @@
     <p>This module provides a <c>Key</c>-<c>Value</c> dictionary.
       An <c>orddict</c> is a representation of a dictionary, where a
       list of pairs is used to store the keys and values. The list is
-      ordered after the keys in the <em><seeguide marker="system/reference_manual:expressions#term-comparisons">Erlang term order</seeguide></em>.</p>
+      ordered after the keys in the <seeguide marker="system/reference_manual:expressions#term-comparisons">Erlang term order</seeguide>.</p>
 
     <p>This module provides the same interface as the
       <seeerl marker="dict"><c>dict(3)</c></seeerl> module
-- 
2.35.3

openSUSE Build Service is sponsored by