PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
dompdf
/
dompdf
/
src
/
Css
/
Content
/
Editing: CloseQuote.php
<?php namespace Dompdf\Css\Content; final class CloseQuote extends ContentPart { public function __toString(): string { return "close-quote"; } }
SAVE
CANCEL