Browse code

tweaks

Philip I. Thomas authored on 19/10/2012 at 06:39:23
Showing 1 changed files
... ...
@@ -360,7 +360,7 @@ function project($name,$look,$code) {
360 360
 	}
361 361
 	if (!empty($code)) {
362 362
 		// link to look at completed project
363
-		echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code <i class="icon-arrow-right icon-white"></i>p</span></a>';
363
+		echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code <i class="icon-arrow-right icon-white"></i></span></a>';
364 364
 	}
365 365
 	echo '</li>';
366 366
 }