Dotclear

Changeset 2819


Ignore:
Timestamp:
12/30/10 14:51:54 (13 years ago)
Author:
philippe
Message:

myGmaps fixed js bug when ' in post_content_xhtml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/myGmaps/_public.php

    r2814 r2819  
    8989                         $content = str_replace("\\", "\\\\", $maps->post_content_xhtml); 
    9090                         $content = str_replace(array("\r\n", "\n", "\r"),"\\n",$content); 
    91                           
     91                         $content = str_replace(array("'"),"\'",$content); 
    9292                         if (sizeof($list) == 1) { 
    9393                              $marker = explode("|",$list[0]); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map