Replace the obsolete tt HTML tag with samp tag

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-11-20 16:56:02 -03:00
parent 0569041e49
commit 418e4dbb2d
5 changed files with 6 additions and 9 deletions

View File

@ -61,8 +61,8 @@ if (getcwd() == __DIR__) {
*/
if (PHP_VERSION_ID < 70103) {
die(
'PHP 7.1.3+ is required. <br> Currently installed version is: '
. PHP_VERSION
'<p>PHP 7.1.3+ is required.</p>'
. '<p>Currently installed version is: ' . PHP_VERSION . '</p>'
);
}
@ -81,9 +81,10 @@ require_once ROOT_PATH . 'libraries/vendor_config.php';
*/
if (! @is_readable(AUTOLOAD_FILE)) {
die(
'File <tt>' . AUTOLOAD_FILE . '</tt> missing or not readable. <br>'
. 'Most likely you did not run Composer to '
. '<a href="https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git">install library files</a>.'
'<p>File <samp>' . AUTOLOAD_FILE . '</samp> missing or not readable.</p>'
. '<p>Most likely you did not run Composer to '
. '<a href="https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git">'
. 'install library files</a>.</p>'
);
}
require_once AUTOLOAD_FILE;

View File

@ -11,7 +11,6 @@ body {
}
textarea,
tt,
pre,
code {
font-family: $font-family-monospace;

View File

@ -235,7 +235,6 @@ form.login label {
}
textarea,
tt,
pre,
code {
font-family: $font-family-monospace !important;

View File

@ -17,7 +17,6 @@ body {
}
textarea,
tt,
pre,
code {
font-family: $font-family-monospace;

View File

@ -17,7 +17,6 @@ body {
}
textarea,
tt,
pre,
code {
font-family: $font-family-monospace;