Skip to content

Commit 176e8f6

Browse files
committed
style(account/auth.html): add quotes for attribute name.
Should be in eb6329e commit. [skip ci]
1 parent a963ea6 commit 176e8f6

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/account

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/account/auth.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3 th:text="#{t_authentication_on_site}">
8585

8686
<!--/*/
8787
<div class="row" th:if="${justActivatedUser}">
88-
<div id=msg-success class="alert alert-success text-center col-sm-10 col-sm-offset-1" th:text="#{t_activation_successful}">
88+
<div id="msg-success" class="alert alert-success text-center col-sm-10 col-sm-offset-1" th:text="#{t_activation_successful}">
8989
Account successfully activated! Now you can pass authentication.
9090
</div>
9191
</div>

0 commit comments

Comments
 (0)