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ö <topi.reinio@qt.io>
This commit is contained in:
parent
433360c6cd
commit
e670a6d77b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user