Doc: Replace obsolete <acronym> with <abbr> html tags
The html element <acronym> is obsolete in favor of <abbr>. Replace the use in Qt's documentation templates. Task-number: QTBUG-81209 Pick-to: 6.5 Change-Id: I19817fb7f3ab3c23aefeae480f270123d2253569 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit 34b15dcc8a34d356386e79a5f2a836271c7c8aaf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit b346a0f5e21107e41c740a0599ed28c940955940)
This commit is contained in:
parent
42843876ec
commit
fa64c6cb8a
@ -8,7 +8,7 @@ HTML.footer = \
|
||||
"</div>\n" \
|
||||
"<div class=\"footer\">\n" \
|
||||
" <p>\n" \
|
||||
" <acronym title=\"Copyright\">©</acronym> 2024 <span translate=\"no\">The Qt Company Ltd.</span>\n" \
|
||||
" <abbr title=\"Copyright\">©</abbr> 2024 <span translate=\"no\">The Qt Company Ltd.</span>\n" \
|
||||
" Documentation contributions included herein are the copyrights of\n" \
|
||||
" their respective owners.<br/>" \
|
||||
" The documentation provided herein is licensed under the terms of the" \
|
||||
|
@ -5,7 +5,7 @@
|
||||
HTML.footer = \
|
||||
" </div>\n" \
|
||||
" <p class=\"copy-notice\">\n" \
|
||||
" <acronym title=\"Copyright\">©</acronym> 2024 The Qt Company Ltd.\n" \
|
||||
" <abbr title=\"Copyright\">©</abbr> 2024 The Qt Company Ltd.\n" \
|
||||
" Documentation contributions included herein are the copyrights of\n" \
|
||||
" their respective owners. " \
|
||||
" The documentation provided herein is licensed under the terms of the" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user