We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 227c6c9 + 63c6cbc commit 19c7bb1Copy full SHA for 19c7bb1
1 file changed
Action.php
@@ -256,7 +256,7 @@ private function authorMail()
256
"spam" => '垃圾'
257
];
258
$search = array(
259
- '{{siteTitle}',
+ '{{siteTitle}}',
260
'{{title}}',
261
'{{author}}',
262
'{{ip}}',
@@ -294,7 +294,7 @@ public function guestMail()
294
{
295
$date = new \Typecho\Date($this->_comment->created);
296
$search = [
297
- '{siteTitle}',
298
299
'{{author_p}}',
300
0 commit comments