... | ... |
@@ -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 |