Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14022773
D12752.id30645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
507 B
Referenced Files
None
Subscribers
None
D12752.id30645.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 7:20 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6746188
Default Alt Text
D12752.id30645.diff (507 B)
Attached To
Mode
D12752: Don't require memes to be at the end of a line
Attached
Detach File
Event Timeline
Log In to Comment