We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bca1f2 commit a97ba75Copy full SHA for a97ba75
server/utils.php
@@ -138,7 +138,7 @@ function createPatternNode($row) {
138
'dateAdded' => strtotime(stripslashes(idx($row, 'dateAdded')))*1000,
139
'flavor' => idx($row, 'flavor'),
140
'expression' => stripslashes(idx($row, 'pattern')),
141
- 'text' => stripslashes(idx($row, 'content')),
+ 'text' => idx($row, 'content'),
142
'tool' => $tool,
143
'rating' => idx($row, 'rating'),
144
'userId' => intval(idx($row, 'owner')),
0 commit comments