mirror of
https://github.com/YGGverse/gemtext-php.git
synced 2026-03-31 09:45:33 +00:00
append missed alt text
This commit is contained in:
parent
4222e8a286
commit
73fe0b374f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,6 @@ class Code
|
|||
: self::TAG;
|
||||
}
|
||||
|
||||
return self::TAG;
|
||||
return self::TAG . $this->_alt;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue