From 73fe0b374fe629e00aeae7a0edf35958a33597b7 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 24 Jun 2024 05:10:56 +0300 Subject: [PATCH] append missed alt text --- src/Entity/Code.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Code.php b/src/Entity/Code.php index 80a25e3..e54871d 100644 --- a/src/Entity/Code.php +++ b/src/Entity/Code.php @@ -64,6 +64,6 @@ class Code : self::TAG; } - return self::TAG; + return self::TAG . $this->_alt; } } \ No newline at end of file