From b4ab82eb871d6d0e3005c37b08018175be9ea691 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Tue, 30 Jun 2015 15:52:30 -0500 Subject: [PATCH] Fix link to git user page Noticed while browsing the site. --- home/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/profile.php b/home/profile.php index fa1d6e1a..42a84951 100755 --- a/home/profile.php +++ b/home/profile.php @@ -33,7 +33,7 @@ if (isset($_GET['id']))
  • Blog blog_title; ?>
  • username) && !is_dir_empty("G:\\Repositories\\u\\".$Profile_User->username)) { ?> -
  • Git Public Repos
  • +
  • Git Public Repos
  • @@ -271,4 +271,4 @@ else redirect(get_page_url("home", $CONF)); } include('../templates/'.$CONF['template'].'/footer.php'); -?> \ No newline at end of file +?>