diff --git a/.travis.yml b/.travis.yml index 909e3e1f4..839d3be3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ after_failure: - cat storage/logs/laravel.log script: - - phpunit \ No newline at end of file + - phpunit diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 0e3bd4e17..9882f09a2 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -56,7 +56,7 @@
{{$book->description}}
+{!! nl2br(e($book->description)) !!}
{{ $chapter->description }}
+{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0)