Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
1298a647
Commit
1298a647
authored
Mar 20, 2023
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug tulisan dengan format teks tidak tampil
parent
072971a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
resources/views/webprofile/front/jollyany/index.blade.php
+1
-1
resources/views/webprofile/front/jollyany/indexcustom.blade.php
+1
-1
No files found.
resources/views/webprofile/front/jollyany/index.blade.php
View file @
1298a647
...
...
@@ -86,7 +86,7 @@
</
div
><!--
end
blog
-
carousel
-
header
-->
<
div
class
="
blog
-
carousel
-
desc
">
{{-- <p>{!! substr(html_entity_decode(
$value->content
),0 , 250) !!}</p> --}}
<p>{!! s
trip_tags(substr(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 250)
) !!}</p>
<p>{!! s
ubstr(strip_tags(html_entity_decode(
$value->content
,ENT_COMPAT,"
UTF
-
8
")),0 , 250
) !!}</p>
{{-- <p>{!!
$value->content
!!}</p> --}}
</div><!-- end blog-carousel-desc -->
</div><!-- end blog-carousel -->
...
...
resources/views/webprofile/front/jollyany/indexcustom.blade.php
View file @
1298a647
...
...
@@ -85,7 +85,7 @@
<a href="
{
!!
url
(
'post/'
.
$value
->
slug
)
!!
}
"><h2 style="
color
:
#ffffff;">{{$value->title}}</h2></a>
</
div
><!--
end
title
-->
<
div
class
="
shop_desc
">
<p style="
color
:
#ffffff;">{!!
strip_tags(substr(html_entity_decode($value->content,ENT_COMPAT,"UTF-8"),0 , 250)
) !!}</p>
<p style="
color
:
#ffffff;">{!!
substr(strip_tags(html_entity_decode($value->content,ENT_COMPAT,"UTF-8")),0 , 250
) !!}</p>
</
div
><!--
end
shop_desc
-->
<
div
class
="
blog
-
carousel
-
meta
">
<span style="
color
:
#ffffff;"><i class="fa fa-calendar"></i> {!! InseoHelper::tglbulanindo2($value->post_date) !!}</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment