Changeset 3034013
- Timestamp:
- 02/10/2024 07:40:53 PM (2 years ago)
- Location:
- bright-link-previews/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bright-link-previews/trunk/index.php
r3033821 r3034013 237 237 $doc = new DOMDocument(); 238 238 libxml_use_internal_errors(true); 239 $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content)); 239 /* $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content)); */ 240 $doc->loadHTML('<?xml encoding="utf-8" ?>' . iconv('UTF-8', 'ASCII//TRANSLIT',$content)); 240 241 241 242 // Get the body element -
bright-link-previews/trunk/readme.txt
r3033823 r3034013 5 5 Requires at least: 6.1 6 6 Tested up to: 6.4 7 Stable tag: 1.8 17 Stable tag: 1.82 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 74 74 * Improved HTML of the pop up, now it hasn't heading tags 75 75 * CSS and JS calls now have a version number 76 77 = 1.82 = 78 * Fixed a bug with htmlspecialchars_decode
Note: See TracChangeset
for help on using the changeset viewer.