Skip to content

Commit

Permalink
Merge commit from fork
Browse files Browse the repository at this point in the history
escape string state
  • Loading branch information
danharrin authored Sep 27, 2024
2 parents 2f77c66 + 9f527a4 commit df79893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'cursor-pointer' => $itemIsCopyable,
])
@style([
"background-color: {$state}" => $state,
'background-color: ' . e($state) => $state,
])
></div>
@endforeach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'cursor-pointer' => $itemIsCopyable,
])
@style([
"background-color: {$state}" => $state,
'background-color: ' . e($state) => $state,
])
></div>
@endforeach
Expand Down

0 comments on commit df79893

Please # to comment.