Skip to content

Commit bfe42aa

Browse files
authored
Update posts.php
1 parent 62ceec7 commit bfe42aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// Append each entry to the posts list
3232
//$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));
33+
$posts .= sprintf("\n* **[%s]** [%s](%s \"%s\")\n > %s\n\n", $date, $title, $link, $title, trim($summary));
3434

3535
}
3636

0 commit comments

Comments
 (0)