From 3ad9046feda7e204a2bef8aead69c9b4f9fa694e Mon Sep 17 00:00:00 2001
From: "rastapopoulos@spip.org" <>
Date: Mon, 10 Sep 2012 14:59:06 +0000
Subject: [PATCH] =?UTF-8?q?Report=20de=20[65718]=20:=20Il=20ne=20faut=20pa?=
 =?UTF-8?q?s=20g=C3=A9n=C3=A9rer=20des=20entit=C3=A9s=20dans=20l'URL,=20ce?=
 =?UTF-8?q?lle-ci=20n'=C3=A9tant=20pas=20forc=C3=A9ment=20pour=20une=20uti?=
 =?UTF-8?q?lisation=20dans=20du=20HTML?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc/documents.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/documents.php b/inc/documents.php
index 0bcae0ec..bbad3d15 100644
--- a/inc/documents.php
+++ b/inc/documents.php
@@ -83,7 +83,7 @@ function generer_url_document_dist($id_document, $args='', $ancre='') {
 			. ($ancre ? "&ancre=$ancre" : '')
 			. '&cle=' . calculer_cle_action($id_document.','.$f)
 			. '&file=' . rawurlencode($f)
-			,false,true);
+			,true,true);
 }
 
 //
-- 
GitLab