Scriptcase app does not render apps in html 4.x in current html 5. Why?
The doctype of the HTML files is still set like this:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
It would be better to set the Doctype so that HTML 5 is used:
<!DOCTYPE html>
It would be even better if you could set it in Scriptcase …