Browse Source

Minz_Url separator is "?" instead of "/?"

See https://github.com/marienfressinaud/FreshRSS/pull/426
Marien Fressinaud 12 years ago
parent
commit
27b678203b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Minz/Url.php

+ 1 - 1
lib/Minz/Url.php

@@ -54,7 +54,7 @@ class Minz_Url {
 	 */
 	private static function printUri ($url, $encodage) {
 		$uri = '';
-		$separator = '/?';
+		$separator = '?';
 		
 		if($encodage == 'html') {
 			$and = '&';