diff --git a/site/controllers/notes.php b/site/controllers/notes.php index 81236e5..9675ca1 100644 --- a/site/controllers/notes.php +++ b/site/controllers/notes.php @@ -28,7 +28,7 @@ function split_words($string, $url) { $stringCut = substr($string, 0, 1000); // make sure it ends in a word so assassinate doesn't become ass... - $string = substr($stringCut, 0, strrpos($stringCut, ' ')).'...
Read More →'; + $string = substr($stringCut, 0, strrpos($stringCut, ' ')).'...

Read More →

'; }