From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] vulnerabilities.cgi: Avoid superfluous line breaks by widening SMT configuration table
Date: Tue, 15 Aug 2023 16:18:00 +0000 [thread overview]
Message-ID: <f2d14d86-5c67-4c27-90e1-75c0092dc911@ipfire.org> (raw)
In-Reply-To: <09cd3cb3-9340-4424-a71d-219fb3b1f969@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 631 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
html/cgi-bin/vulnerabilities.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi
index 1fb57220e..1946cf171 100644
--- a/html/cgi-bin/vulnerabilities.cgi
+++ b/html/cgi-bin/vulnerabilities.cgi
@@ -183,7 +183,7 @@ print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>\n";
my $smt_status = &smt_status();
print <<END;
- <table class="tbl" width="66%">
+ <table class="tbl" width="100%">
<tbody>
<tr>
<th colspan="2" align="center">
--
2.35.3
prev parent reply other threads:[~2023-08-15 16:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 16:18 [PATCH 1/2] vulnerabilities.cgi: Add English and German translations for new flaws Peter Müller
2023-08-15 16:18 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f2d14d86-5c67-4c27-90e1-75c0092dc911@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox