diff options
author | Venugopal Shivashankar <[email protected]> | 2025-05-23 11:45:13 +0200 |
---|---|---|
committer | Venugopal Shivashankar <[email protected]> | 2025-05-30 18:16:40 +0200 |
commit | e670a6d77beda288c4e339608f6a0881d26c02d6 (patch) | |
tree | 56704a48e2cd1ebe5002596691fbced01ec5e868 | |
parent | 433360c6cd4b7fc4c7ce7ca9c879e0cb024a69d5 (diff) |
Doc: Update the HTML tab config
- Added translat='no' attribute to input and style
- Added the missing linefeeds
Change-Id: I51ffe1bd0eb8d06bab7a7eedcd862e88fe794588
Pick-to: 6.9 6.8
Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r-- | doc/global/htmltabs.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/htmltabs.qdocconf b/doc/global/htmltabs.qdocconf index e4ba0ee4ab2..ed322720164 100644 --- a/doc/global/htmltabs.qdocconf +++ b/doc/global/htmltabs.qdocconf @@ -38,7 +38,7 @@ # \endtabcontent # \endif -macro.tab.HTML = "<input type=\"radio\" name=\"tabs_\1\" id=\"\2\" \4/><label for=\"\2\">\3</label><style>#\2:checked ~ .\2{display: block;}</style>" +macro.tab.HTML = "<input translate=\"no\" type=\"radio\" name=\"tabs_\1\" id=\"\2\" \4/>\n<label for=\"\2\">\3</label>\n<style translate=\"no\">#\2:checked ~ .\2{display: block;}</style>\n" macro.tabcontent.HTML = "<div class=\"tabcontent \1\">\n" macro.endtabcontent.HTML = "</div>\n" |