Committer: mchervonniy
LJINT-364: correct view of error message at emnedded form of commentU trunk/templates/CommentForm/FormEmbedable.tmpl
Modified: trunk/templates/CommentForm/FormEmbedable.tmpl =================================================================== --- trunk/templates/CommentForm/FormEmbedable.tmpl 2011-01-19 11:07:18 UTC (rev 18058) +++ trunk/templates/CommentForm/FormEmbedable.tmpl 2011-01-20 03:46:38 UTC (rev 18059) @@ -9,7 +9,7 @@ <body> <TMPL_IF errors> <TMPL_LOOP errors> - <TMPL_VAR error><br> + <p class="b-auth-error"><TMPL_VAR error></p> </TMPL_LOOP> </TMPL_IF>