Skip to content

Commit ff52e9b

Browse files
committed
Additional fix for issue ietf-tools#1950, removing the double slash.
- Legacy-Id: 11106
1 parent e360320 commit ff52e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/group/group_about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<tr>
136136
<th>Jabber chat</th>
137137
<th>Room address</th>
138-
<td><a href="xmpp://{{ group.acronym }}@jabber.ietf.org?join">xmpp://{{ group.acronym }}@jabber.ietf.org?join</a></td>
138+
<td><a href="xmpp:{{ group.acronym }}@jabber.ietf.org?join">xmpp:{{ group.acronym }}@jabber.ietf.org?join</a></td>
139139
</tr>
140140

141141
<tr>

0 commit comments

Comments
 (0)