Browse code

Project() tweaks

Philip I. Thomas authored on 19/10/2012 at 04:16:38
Showing 1 changed files
... ...
@@ -311,7 +311,7 @@ function project($name,$look,$code) {
311 311
 	echo '<li>'.$name;
312 312
 	if (!empty($look)) {
313 313
 		// link to look at completed project
314
-		echo ' <a href="'.$look.'" target="_BLANK" class="label">Visit</a>';
314
+		echo ' <a href="'.$look.'" target="_BLANK" ><span class="label">Visit</label></a>';
315 315
 	}
316 316
 	if (!empty($code)) {
317 317
 		// link to look at completed project