diff options
-rw-r--r-- | share/templates/en_US/ucn_output.tmpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/templates/en_US/ucn_output.tmpl b/share/templates/en_US/ucn_output.tmpl index c23a659..2b60a82 100644 --- a/share/templates/en_US/ucn_output.tmpl +++ b/share/templates/en_US/ucn_output.tmpl @@ -102,14 +102,12 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> </message> </TMPL_IF> -<TMPL_LOOP NAME="file_errors"> - <TMPL_IF NAME="have_warnings"> -<message type="warning"> - <title><TMPL_INCLUDE NAME="ucn_warnings.tmpl"></title> -</message> + <TMPL_INCLUDE NAME="ucn_warnings.tmpl"> </TMPL_IF> +<TMPL_LOOP NAME="file_errors"> + <TMPL_IF NAME="err_type_err"> <message type="error"> <context <TMPL_IF NAME="line">line="<TMPL_VAR NAME="line">"</TMPL_IF> <TMPL_IF NAME="char">column="<TMPL_VAR NAME="char">"</TMPL_IF>><TMPL_VAR NAME="src"></context> |