[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.

Backport of 7119f40c98 from main.
This commit is contained in:
Mariusz Felisiak 2022-02-08 12:27:04 +01:00
parent 6a682b38e7
commit 3278c31fa5
404 changed files with 5957 additions and 2862 deletions

View file

@ -250,7 +250,8 @@ def visit_console_html(self, node):
self.body.append(
"""\
<div class="console-block" id="console-block-%(id)s">
<input class="c-tab-unix" id="c-tab-%(id)s-unix" type="radio" name="console-%(id)s" checked>
<input class="c-tab-unix" id="c-tab-%(id)s-unix" type="radio" name="console-%(id)s" \
checked>
<label for="c-tab-%(id)s-unix" title="Linux/macOS">&#xf17c/&#xf179</label>
<input class="c-tab-win" id="c-tab-%(id)s-win" type="radio" name="console-%(id)s">
<label for="c-tab-%(id)s-win" title="Windows">&#xf17a</label>