Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MODX。 例如,带有路径的图像assets/modules/ZipUpload/Jemchug/mini_820094.jpg可以正确显示,但assets/modules/ZipUpload/Duplicate of Kulonyi, Podvesyi/mini_820022.jpg不能正确显示。
assets/modules/ZipUpload/Jemchug/mini_820094.jpg
assets/modules/ZipUpload/Duplicate of Kulonyi, Podvesyi/mini_820022.jpg
In the AdjustHTML function of the mpdf.php file there is a line that causes this problem with images:
AdjustHTML
mpdf.php
$html = preg_replace("/[ ]+/",' ',$html);