@@ -112,7 +112,7 @@ |
||
112 | 112 | #Unescape character's # |
113 | 113 | |
114 | 114 | #NOTE: It should use only one \\, but it's using two because it get's escaped again in the regex processing. |
115 | - $linkText = preg_replace("/\\\\#/","#", $subm[1]); |
|
115 | + $linkText = preg_replace("/\\\\#/", "#", $subm[1]); |
|
116 | 116 | } else { |
117 | 117 | $linkText = ''; |
118 | 118 | } |