File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -186,25 +186,20 @@ private int handleRequest(ApplContext ac,
186
186
String title , StyleSheet styleSheet ,
187
187
String output , int warningLevel ,
188
188
boolean errorReport ) throws Exception {
189
-
190
189
if (styleSheet == null ) {
191
190
throw new IOException (ac .getMsg ().getServletString ("process" ) + " "
192
191
+ title );
193
192
}
194
-
195
193
styleSheet .findConflicts (ac );
196
-
197
194
StyleReport style = StyleReportFactory .getStyleReport (ac , title ,
198
195
styleSheet ,
199
196
output ,
200
197
warningLevel );
201
-
202
198
if (!errorReport ) {
203
199
style .desactivateError ();
204
200
}
205
-
201
+ style . print ( out );
206
202
return styleSheet .getErrors ().getErrorCount ();
207
-
208
203
}
209
204
210
205
public void handleCSSStyleSheet (ApplContext ac , Reader reader , URL docref ) {
You can’t perform that action at this time.
0 commit comments