DistributedProofreaders / ppwb

Post Processor's Workbench
GNU General Public License v3.0
5 stars 6 forks source link

ppcomp not showing error list on failure #28

Closed rtonsing closed 2 years ago

rtonsing commented 2 years ago

Not sure where the problem is, the current ppcomp.py in Github is correct, and the PHP code looks good to me. I locally change a </p> to a </div> and redirect output to a file, I get: ((5731, 44), 'end-tag-too-early', {'name': 'div'}). But on the web site I just get: `Whoops! Something went wrong and no output was generated. The error message was

For more assistance, ask in the discussion topic and include this identifier: r6268af6feae7d`.

rtonsing commented 2 years ago

Could it be the <tt> tag? According to w3schools it is Not Supported in HTML5.

Or should ${output} be {$output}?

rtonsing commented 2 years ago

It is working now.