Skip to content

Commit fda4a41

Browse files
committed
ACE editor update
1 parent 35a2f19 commit fda4a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

panels/Adminer/plugins/ProcessWirePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ private function formatPageStatus($val, $status) {
476476
$isUnpublished = $status & \ProcessWire\Page::statusUnpublished;
477477
$isHidden = $status & \ProcessWire\Page::statusHidden;
478478
$isTrash = $status & \ProcessWire\Page::statusTrash;
479-
return '<span style="' . ($isUnpublished ? 'text-decoration: line-through' : '') . ($isHidden ? '; opacity: 0.5' : '') . '">' . $val . ($isTrash ? ' 🗑︎' : '') . '</span>';
479+
return '<span style="' . ($isUnpublished ? 'text-decoration: line-through; ' : '') . ($isHidden ? 'opacity: 0.5' : '') . '">' . $val . ($isTrash ? ' 🗑︎' : '') . '</span>';
480480
}
481481

482482
private function getFullPath($val, $pages_id) {

scripts/ace-editor/ace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)