Page MenuHomePhabricator

D12752.diff
No OneTemporary

D12752.diff

diff --git a/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php b/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php
--- a/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php
+++ b/src/applications/macro/markup/PhabricatorMemeRemarkupRule.php
@@ -10,7 +10,7 @@
public function apply($text) {
return preg_replace_callback(
- '@{meme,((?:[^}\\\\]+|\\\\.)+)}$@m',
+ '@{meme,((?:[^}\\\\]+|\\\\.)+)}@m',
array($this, 'markupMeme'),
$text);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 27, 10:20 PM (17 m, 23 s ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8620137
Default Alt Text
D12752.diff (507 B)

Event Timeline