1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Replace deprecated <acronym> with <abbr>

This commit is contained in:
Peter Knut
2024-09-06 23:33:01 +02:00
committed by Jakub Vrana
parent 2189947c43
commit 6d848bf165
3 changed files with 15 additions and 15 deletions

View File

@@ -279,7 +279,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
<td><?php echo lang('Options'); /* no label required, options have their own label */ ?> <td><?php echo lang('Options'); /* no label required, options have their own label */ ?>
<?php if ($type == "TABLE") { ?> <?php if ($type == "TABLE") { ?>
<td id="label-null">NULL <td id="label-null">NULL
<td><input type="radio" name="auto_increment_col" value=""><acronym id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</acronym><?php echo doc_link(array( <td><input type="radio" name="auto_increment_col" value=""><abbr id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</abbr><?php echo doc_link(array(
'sql' => "example-auto-increment.html", 'sql' => "example-auto-increment.html",
'mariadb' => "auto_increment/", 'mariadb' => "auto_increment/",
'sqlite' => "autoinc.html", 'sqlite' => "autoinc.html",

View File

@@ -374,7 +374,7 @@ thead td, thead th {
padding: 7px 2px; padding: 7px 2px;
} }
thead td acronym, thead td sup, thead th acronym, thead th sup { thead td abbr, thead td sup, thead th acronym, thead th sup {
color: #cdf color: #cdf
} }

View File

@@ -136,7 +136,7 @@ thead th, thead td {
color:#FFFFFF; color:#FFFFFF;
padding-right:10px; padding-right:10px;
} }
thead th acronym, thead td acronym, thead th sup, thead td sup{ thead th abbr, thead td acronym, thead th sup, thead td sup{
color:#CCDDFF; color:#CCDDFF;
} }