Problem with Exporting techreport, phdthesis, mastersthesis to HTML

Hi,

Thanks for your report. The problem is simply that the fields School and Institution are treated as alias fields, this means that you can put school in your export template and JabRef will take either the value school of the field value of institution of your entry.

And I noticed that we actually have both fields defined in the export html template. This explains your issue.

Workaround:

  1. Copy three simplehtml or whatever you use for export to a new folder
    2,Modfiy the last line of the simplehtml.layout , remove the \begin{institution}\format[HTMLChars]{\institution} from the template
  2. Add a new custom export, point to the modified file simplehtml.layout

I create a fix for it