관리-도구
편집 파일: NoCloseQuote.php
<?php namespace Dompdf\Css\Content; final class NoCloseQuote extends ContentPart { public function __toString(): string { return "no-close-quote"; } }