mirror of
https://github.com/django/django.git
synced 2025-07-25 14:14:13 +00:00
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.
Backport of 7119f40c98
from main.
This commit is contained in:
parent
6a682b38e7
commit
3278c31fa5
404 changed files with 5957 additions and 2862 deletions
|
@ -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">/</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"></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue