diff --git a/ground/controllers/IndexController.php b/ground/controllers/IndexController.php index 46ca978..67520b4 100644 --- a/ground/controllers/IndexController.php +++ b/ground/controllers/IndexController.php @@ -55,8 +55,8 @@ class IndexController extends Controller $point = $point->getByPK($id); $point->name = htmlspecialchars($point->name); $point->descriptionHtml = htmlspecialchars($point->description); - $point->descriptionHtml .= '\n \n Посмотреть на карте: http://wikipoints.ru/?point='.$id; - $point->descriptionHtml .= '\n \n #wikipoints'; + $point->descriptionHtml .= ' Посмотреть на карте: http://wikipoints.ru/?point='.$id; + $point->descriptionHtml .= ' #wikipoints'; $og['title'] = $point->name . ' - wikipoints.ru'; $og['description'] = $point->descriptionHtml;