aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create_listing_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_listing_file.php')
-rw-r--r--tools/create_listing_file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php
index fba2aeaa3..2500973ef 100644
--- a/tools/create_listing_file.php
+++ b/tools/create_listing_file.php
@@ -1213,7 +1213,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);