Skip to content

Commit ac16723

Browse files
committed
Remove accidentally added id attribute
1 parent bc78feb commit ac16723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skins/elastic/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="voice"><roundcube:object name="productname" /> <roundcube:label name=
1010
<roundcube:object name="productname" condition="config:display_product_info &gt; 0" />
1111
<roundcube:object name="version" condition="config:display_product_info == 2" />
1212
<roundcube:if condition="config:support_url" />
13-
&nbsp;&bull;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" rel="noopener" id="supportlink" class="support-link"><roundcube:label name="support" /></a>
13+
&nbsp;&bull;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" rel="noopener" class="support-link"><roundcube:label name="support" /></a>
1414
<roundcube:endif />
1515
<roundcube:container name="loginfooter" id="login-footer" />
1616
</div>

0 commit comments

Comments
 (0)