Removes useless statement

This commit is contained in:
Christophe HENRY 2021-04-02 23:37:49 +02:00
parent 26ad4f7d98
commit 9471816b1e
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ class GemtextTranslate_html {
$linkText = $node["text"];
if (empty($linkText)) {
$linkText = $link;
self::spacesCompress($linkText);
self::htmlPrepare($linkText);
} else {
self::spacesCompress($linkText);