Skip to content

Commit c7f40bc

Browse files
committed
Remove extra 'skype:' in skype user profile field
1 parent 0a807dc commit c7f40bc

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
@@ -69,7 +69,7 @@ require("./header.inc.phtml");
6969
<tr><th class="right">Instagram:</th><td class="left"><a href="<?php echo $this->getContext()->instagram_uri; ?>"><?php echo htmlspecialchars($this->getContext()->instagram, ENT_HTML5, "UTF-8"); ?></a></td></tr>
7070
<?php } ?>
7171
<?php if ($this->getContext()->skype) { ?>
72-
<tr><th class="right">Skype:</th><td class="left"><a href="skype:<?php echo $this->getContext()->skype_uri; ?>"><?php echo htmlspecialchars($this->getContext()->skype, ENT_HTML5, "UTF-8"); ?></a></td></tr>
72+
<tr><th class="right">Skype:</th><td class="left"><a href="<?php echo $this->getContext()->skype_uri; ?>"><?php echo htmlspecialchars($this->getContext()->skype, ENT_HTML5, "UTF-8"); ?></a></td></tr>
7373
<?php } ?>
7474
<?php if ($this->getContext()->website) { ?>
7575
<tr><th class="right">Website:</th><td class="left"><a href="<?php echo $this->getContext()->website_uri; ?>"><?php echo htmlspecialchars($this->getContext()->website, ENT_HTML5, "UTF-8"); ?></a></td></tr>

0 commit comments

Comments
 (0)