Skip to content

Commit

Permalink
compiler integration and view updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Sep 25, 2024
1 parent f501d18 commit d4a4d52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/build/assets/app-BMAYGXbI.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/app-CWI_gpCX.css

This file was deleted.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-CWI_gpCX.css",
"file": "assets/app-BMAYGXbI.css",
"src": "resources/css/app.css",
"isEntry": true
},
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/webrender.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
@if ($contents)
@foreach ($contents as $element)
{!! $element['content'] !!}
<?php echo $element['content']; ?>

Check failure on line 5 in resources/views/livewire/webrender.blade.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

resources/views/livewire/webrender.blade.php#L5

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$element['content']'.

Check failure on line 5 in resources/views/livewire/webrender.blade.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

resources/views/livewire/webrender.blade.php#L5

Use of echo language construct is discouraged.

Check failure on line 5 in resources/views/livewire/webrender.blade.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

resources/views/livewire/webrender.blade.php#L5

Use of echo language construct is discouraged.
@endforeach
@else
<p>No content found</p>
Expand Down

0 comments on commit d4a4d52

Please sign in to comment.