From 031a833987e662986b96ddba92ce7c7b6dbe7868 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Fri, 25 Sep 2009 15:23:25 +0000
Subject: [PATCH] changed path to browse to work for IE. add the trailing
 slash.

---
 plugins/globe/views/default/globe/content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php
index 525ae319..fc4733a5 100644
--- a/plugins/globe/views/default/globe/content.php
+++ b/plugins/globe/views/default/globe/content.php
@@ -132,7 +132,7 @@
                     }
                 }
                 else 
-                	echo 'You haven\'t added any friends yet but that\'s ok, <a href="' . $CONFIG->url .'pg/browse">we\'ll help you find some</a>.';
+                	echo 'You haven\'t added any friends yet but that\'s ok, <a href="' . $CONFIG->url .'pg/browse/">we\'ll help you find some</a>.';
           ?>
 	
 
-- 
GitLab