From 390f24390894684c6f6d4f70261883e6d828502d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 3 Dec 2020 20:26:59 +0100 Subject: [PATCH] foto: replace deprecated element by Identical results conforming to the HTML5 standard. Obsolete HTML 3 spelling is not recognised by ckeditor so cannot be used in static html. --- foto/index.php | 2 +- widget/reply.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foto/index.php b/foto/index.php index 0ce4d20..850d82a 100644 --- a/foto/index.php +++ b/foto/index.php @@ -67,7 +67,7 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { $html = ''; $html .= "
$album
"; if (!$User->login and file_exists("$path/.private")) { - $html = ''.$html.''; + $html = ''.$html.''; } $html = "
$html
"; diff --git a/widget/reply.php b/widget/reply.php index edffaa7..3984349 100644 --- a/widget/reply.php +++ b/widget/reply.php @@ -90,7 +90,7 @@ while ($row = $query->fetch()) { printf("%s %s", $journalcol[$change->col], sprintf( !isset($change->old_value) ? 'gewijzigd naar %2$s' : - (!isset($change->value) ? 'verwijderd (%s)' : + (!isset($change->value) ? 'verwijderd (%s)' : 'gewijzigd van %s naar %s'), $change->old_value, $change->value ) -- 2.30.0