1
0

Updated gallery and projects controllers

This commit is contained in:
Michael Gordeev
2019-11-13 15:28:15 +03:00
parent 21d4201c4b
commit 0128a52410
6 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<div>
<h1>@p.Title</h1>
<p class="description">
@foreach(string line in p.Description.Split("<br />"))
@foreach(string line in p.Description.Split("\n"))
{
@line<br />
}