Browse code

bug fix

Philip I. Thomas authored on 19/10/2012 at 05:39:20
Showing 1 changed files
... ...
@@ -285,7 +285,7 @@ function position($company,$city,$job,$dates,$blob,$link) {
285 285
 		<div class="row" style="padding: 35px 0 4px 0;">
286 286
 			<div class="span8"><h4 style="margin: 0">'.$company;
287 287
 				if (!empty($link)) {
288
-					echo ' <a href="'.$link.'" target="_BLANK"><span class="badge">Website <i class="icon-arrow-right icon-white"></span></a>';
288
+					echo ' <a href="'.$link.'" target="_BLANK"><span class="badge">Website <i class="icon-arrow-right icon-white"></i></span></a>';
289 289
 				}
290 290
 			echo '</h4> 
291 291