diff --git a/libs/twtxt.php b/libs/twtxt.php index 8955b0c..a94ed36 100644 --- a/libs/twtxt.php +++ b/libs/twtxt.php @@ -124,7 +124,8 @@ function getImagesFromTwt(string $twtString) { function getTagsFromTwt(string $twtString) { //$pattern = '/(?#\1'; // Dummy link $replacement = '#${1}'; $result = preg_replace($pattern, $replacement, $twtString);