Closed tomschr closed 9 months ago
The <title> tag inside <desc> is used for tiles and a restricted currently to 70 characters.
<title>
<desc>
@fsundermeyer We didn't discuss this in our last doc tools meeting, but I'd like to merge it. Any objections from your part?
This is how it looks like:
<desc default="1" lang="en-us"> <title>Short description</title> <p>... longer description ...</p> </desc>
Likewise for other languages.
Merged for the time being to have a green CI.
Raised maximum character limit from 70 to 80 in commit 8168350.
LGTM!
The
<title>
tag inside<desc>
is used for tiles and a restricted currently to 70 characters.@fsundermeyer We didn't discuss this in our last doc tools meeting, but I'd like to merge it. Any objections from your part?
This is how it looks like:
Likewise for other languages.