Plugin Directory

Changeset 3038106


Ignore:
Timestamp:
02/19/2024 06:00:28 PM (2 years ago)
Author:
ginoplusio
Message:

fix accents

Location:
bright-link-previews/trunk
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • bright-link-previews/trunk/index.php

    r3034013 r3038106  
    44Plugin URI: http://www.barattalo.it/
    55Description: Show previews of links (clear, neat, simple), analyze links and track user behaviour on the links of your site
    6 Version: 1.81
     6Version: 1.83
    77Author: Giulio Pons
    88*/
     
    237237        $doc = new DOMDocument();
    238238        libxml_use_internal_errors(true);
    239         /* $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content)); */
    240         $doc->loadHTML('<?xml encoding="utf-8" ?>' . iconv('UTF-8', 'ASCII//TRANSLIT',$content));       
     239        $doc->loadHTML('<?xml encoding="utf-8" ?>' . htmlspecialchars_decode($content));
     240        /* $doc->loadHTML('<?xml encoding="utf-8" ?>' . iconv('UTF-8', 'ASCII//TRANSLIT',$content));        */
    241241
    242242        // Get the body element
  • bright-link-previews/trunk/readme.txt

    r3034013 r3038106  
    55Requires at least: 6.1
    66Tested up to: 6.4
    7 Stable tag: 1.82
     7Stable tag: 1.83
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    7777= 1.82 =
    7878* Fixed a bug with htmlspecialchars_decode
     79
     80= 1.83 =
     81* Fixed a bug with iconv, used again htmlspecialchars_decode
Note: See TracChangeset for help on using the changeset viewer.