Issue 894 : Missing slash at the end of URL
git-svn-id: http://piwigo.org/svn/trunk@2751 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
682220bded
commit
a5aa24e213
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@ function pwg_generate_start()
|
|||
$xml_header .= ' generation_date="'.$xml_header_date.'"';
|
||||
$xml_header .= ' phpwg_version="'.$xml_header_version.'"';
|
||||
$xml_header .= ' metadata="'.$xml_header_metadata.'"';
|
||||
$xml_header .= ' url="'.$xml_header_url.'"';
|
||||
$xml_header .= ' url="'.$xml_header_url.'/"';
|
||||
$xml_header .= '>'."\n";
|
||||
|
||||
fwrite($g_listing, $xml_header);
|
||||
|
|
Loading…
Add table
Reference in a new issue