Blade Style Change (Prettier Blade CI)

This commit is contained in:
HDVinnie
2025-01-12 00:25:22 +00:00
committed by HDVinne
parent 4813ba70dd
commit 9c124da8e7
+2 -1
View File
@@ -28,7 +28,8 @@
input = document.getElementById(
'{{ $comment->isParent() ? 'new-comment__textarea' : 'reply-comment' }}'
);
input.value += '[quote={{ \htmlspecialchars('@' . $comment->anon ? 'Anonymous' : $comment->user->username) }}]';
input.value +=
'[quote={{ \htmlspecialchars('@' . $comment->anon ? 'Anonymous' : $comment->user->username) }}]';
input.value += (() => {
var text = document.createElement('textarea');
text.innerHTML = decodeURIComponent(