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 62ceec7 commit bfe42aaCopy full SHA for bfe42aa
posts.php
@@ -30,7 +30,7 @@
30
31
// Append each entry to the posts list
32
//$posts .= sprintf("\n* **[%s]** [%s](%s \"%s\")\n > %s", $date, $title, $link, $title, $summary);
33
- $posts .= sprintf("\n* **[%s]** [%s](%s \"%s\")\n%s\n\n", $date, $title, $link, $title, trim($summary));
+ $posts .= sprintf("\n* **[%s]** [%s](%s \"%s\")\n > %s\n\n", $date, $title, $link, $title, trim($summary));
34
35
}
36
0 commit comments