Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero authored and github-actions[bot] committed May 2, 2024
1 parent 534da97 commit 8d25c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function modifiedState(): array
if (is_array($newValue)) {
$newValue = json_encode($newValue);
}

if (isset($oldValues[$key]) && $oldValues[$key] != $newValue) {
$changes[] = "- {$key} from <strong>".htmlspecialchars($oldValues[$key]).'</strong> to <strong>'.htmlspecialchars($newValue).'</strong>';
}
Expand Down

0 comments on commit 8d25c37

Please sign in to comment.