Skip to content

Commit

Permalink
XWIKI-22433: Provide consistency in info / warning / error class usag…
Browse files Browse the repository at this point in the history
…es in templates

* Part A - fix
  • Loading branch information
Sereza7 committed Oct 15, 2024
1 parent a0e4fdc commit 6452b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#end
#end
#if($request.xwikipassword && $isValidPassword)
#info($services.localization.render('platform.core.profile.passwd.success'))
#inlineInfo($services.localization.render('platform.core.profile.passwd.success'))
<a href = "$doc.getURL("view")">$services.localization.render('platform.core.profile.passwd.return')</a>
#end
#if(!$isValidPassword)
Expand Down

0 comments on commit 6452b5c

Please sign in to comment.