| [vhffs-dev] [1930] fixed RSS XML compliance | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Revision: 1930
Author:   gradator
Date:     2012-01-24 11:54:52 +0100 (Tue, 24 Jan 2012)
Log Message:
-----------
fixed RSS XML compliance
Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Public.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Public.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Public.pm	2012-01-23 23:53:49 UTC (rev 1929)
+++ trunk/vhffs-api/src/Vhffs/Panel/Public.pm	2012-01-24 10:54:52 UTC (rev 1930)
@@ -530,7 +530,7 @@
 	foreach(@{$users}) {
 		$rss->add_item(
 			title       => $_->{username},
-			link        => $url.'?do=user&name='.$_->{username},
+			link        => $url.'?do=user&name='.$_->{username},
 			description => 'VHFFS User'
 		);
 	}
@@ -589,7 +589,7 @@
 	foreach(@{$groups}) {
 		$rss->add_item(
 			title       => $_->{realname},
-			link        => $url.'?do=group&name='.$_->{groupname},
+			link        => $url.'?do=group&name='.$_->{groupname},
 			description => 'Vhffs Group',
 		);	
 	}