From c42950949752a489f51700aaaf6bc6b233d1ab47 Mon Sep 17 00:00:00 2001 From: rich-ard Date: Sat, 17 Jan 2015 20:34:56 -0500 Subject: [PATCH] Further fix for issue no. 55 --- app/views/Project/index.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/Project/index.html.php b/app/views/Project/index.html.php index c484965..753b084 100644 --- a/app/views/Project/index.html.php +++ b/app/views/Project/index.html.php @@ -94,7 +94,7 @@ 0) { ?>
  • "> $i, - "language" => $this->search_crit['lang'], + "language" => urlencode($this->search_crit['lang']), "owner" => $this->search_crit['owner'], "sort" => $this->search_crit['sort']))?>"> @@ -115,7 +115,7 @@