append missed alt text

This commit is contained in:
yggverse 2024-06-24 05:10:56 +03:00
parent 4222e8a286
commit 73fe0b374f

View file

@ -64,6 +64,6 @@ class Code
: self::TAG; : self::TAG;
} }
return self::TAG; return self::TAG . $this->_alt;
} }
} }