diff --git a/superx/xml/js/memtext/sx_functions.js b/superx/xml/js/memtext/sx_functions.js index 32d4d65..70356d0 100644 --- a/superx/xml/js/memtext/sx_functions.js +++ b/superx/xml/js/memtext/sx_functions.js @@ -1292,7 +1292,10 @@ function datenblatt_validate() { bericht = document.getElementById('select_tablestylesheet').value; ausgfor = document.getElementById('select_Ausgabeformat').value; if ((bericht != "" && ausgfor != "")) { - if (bericht == "tabelle_html.xsl" && ausgfor != "text/html") { + if ( + (bericht == "tabelle_html.xsl" || bericht == "tabelle_html_datenblatt.xsl") + && ausgfor != "text/html") + { return false; } else { return true;