diff --git a/resources/views/atom/user.blade.php b/resources/views/atom/user.blade.php index dd639dd38..c27ebcd8e 100644 --- a/resources/views/atom/user.blade.php +++ b/resources/views/atom/user.blade.php @@ -26,16 +26,16 @@ @foreach($items as $item) - <![CDATA[{{ $item->caption }}]]> + {{ $item->caption }} {{ url($item->id) }} profile->username }}]]> - caption !!}]]> + {{ $item->caption }} {{ $item->updated_at->toAtomString() }} @endforeach - \ No newline at end of file +