diff options
Diffstat (limited to 'plugins/markdown/markdown.php')
-rw-r--r-- | plugins/markdown/markdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/markdown/markdown.php b/plugins/markdown/markdown.php index 628970d6..f6f66cc5 100644 --- a/plugins/markdown/markdown.php +++ b/plugins/markdown/markdown.php | |||
@@ -259,7 +259,7 @@ function reverse_space2nbsp($description) | |||
259 | 259 | ||
260 | function reverse_feed_permalink($description) | 260 | function reverse_feed_permalink($description) |
261 | { | 261 | { |
262 | return preg_replace('@— <a href="([^"]+)" title="[^"]+">(\w+)</a>$@im', '— [$2]($1)', $description); | 262 | return preg_replace('@— <a href="([^"]+)" title="[^"]+">([^<]+)</a>$@im', '— [$2]($1)', $description); |
263 | } | 263 | } |
264 | 264 | ||
265 | /** | 265 | /** |