Erster Stand

This commit is contained in:
x
2025-09-18 11:13:45 +02:00
parent 74dc2fd62f
commit 835df023da
407 changed files with 97 additions and 10751 deletions

View File

@@ -55,7 +55,7 @@ class Markdown extends \Parsedown {
'handler' => 'line',
'attributes' => [
'class' => 'comment_emoji',
'src' => '//w0bm.com/images/comments/' . $matches[1] . $file_ext,
'src' => '/images/comments/' . $matches[1] . $file_ext,
'alt' => ':' . $matches[1] . ':',
'title' => ':' . $matches[1] . ':'
],