commit: 2434ff9c2744e87cbf0183cb04b1096fbf589f4d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 6 08:30:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 6 08:30:51 2020 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=2434ff9c
glep-0068: Fix rendering of lists Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> glep-0068.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glep-0068.rst b/glep-0068.rst index 9eed927..d8fc379 100644 --- a/glep-0068.rst +++ b/glep-0068.rst @@ -6,7 +6,7 @@ Type: Standards Track Status: Final Version: 1.1 Created: 2016-03-14 -Last-Modified: 2019-11-07 +Last-Modified: 2020-05-06 Post-History: 2016-03-16, 2018-02-20 Content-Type: text/x-rst Requires: 67 @@ -76,6 +76,7 @@ Text data --------- The following text data types are used: + - text data, - multi-line text data. @@ -99,6 +100,7 @@ Common attributes ----------------- The following common attributes are allowed on multiple elements: + - language specifiers, - restriction specifiers.
