Skip to content

Commit dc71886

Browse files
committed
Fix typo
1 parent eb31491 commit dc71886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/User/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ require('./header.inc.phtml'); ?>
148148
}
149149
if (isset($website) && !empty($website))
150150
{
151-
echo '<li><strong>Skype:</strong> <a href="' . $website . '">' . $website . '</a></li>' . PHP_EOL;
151+
echo '<li><strong>Website:</strong> <a href="' . $website . '">' . $website . '</a></li>' . PHP_EOL;
152152
}
153153
echo '</ul>';
154154
}?>

0 commit comments

Comments
 (0)