Changeset 251 for trunk


Ignore:
Timestamp:
07/07/2011 12:07:54 PM (11 months ago)
Author:
Acinonyx
Message:

Use double quotes in xml header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/pages/gmap/gmap_xml.php

    r187 r251  
    44 * 
    55 * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     6 * Copyright (C) 2011 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    5253                        'nodes.id' . 
    5354                        ($having!=''?' HAVING '.$having:'')); 
    54                 $xml = "<?xml version='1.0' encoding='".$lang['charset']."' standalone='yes'?>\r";  
     55                $xml = "<?xml version=\"1.0\" encoding=\"".$lang['charset']."\" standalone=\"yes\"?>\r";  
    5556                $xml .= "<wind>\r"; 
    5657                $xml .= "<nodes>\r"; 
     
    118119 
    119120} 
    120  
    121 ?> 
Note: See TracChangeset for help on using the changeset viewer.