Document crushing with specific document type

Hi folks,

I need your help. Just created a new citation style. Everything works fine, but when I try to cite legal cases in Libre Office the broken document debugging link is being called: https://www.zotero.org/support/kb/debugging_broken_documents

I followed those steps, but none of them worked.

It might be something within my style? You can find it here: https://openrewi.myeu.cloud/index.php/s/AsQnaDYdMH6CJMA

Appreciate any help! Thanks a lot

Cheers
Max
  • Your style has a number of errors that show up in validation and you should fix (check on https://validator.citationstyles.org ) but the one that likely is causing the broken document is line 37:
    <text variable="issued" form="short"/>

    You can't call a date variable with text and form="short" doesn't exist. This should likely be:
    <date variable="issued" form="numeric"/> or along these lines.
Sign In or Register to comment.