Skip to content

Commit 19c7bb1

Browse files
authored
Merge pull request #1 from soxft/dev
bugFixed
2 parents 227c6c9 + 63c6cbc commit 19c7bb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Action.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private function authorMail()
256256
"spam" => '垃圾'
257257
];
258258
$search = array(
259-
'{{siteTitle}',
259+
'{{siteTitle}}',
260260
'{{title}}',
261261
'{{author}}',
262262
'{{ip}}',
@@ -294,7 +294,7 @@ public function guestMail()
294294
{
295295
$date = new \Typecho\Date($this->_comment->created);
296296
$search = [
297-
'{siteTitle}',
297+
'{{siteTitle}}',
298298
'{{title}}',
299299
'{{author_p}}',
300300
'{{author}}',

0 commit comments

Comments
 (0)