RCP: x.x, Import modules: add HTML doctype declaration to edition pages
The HTML doctype declaration should be systematically added to the pages of TXM editions.
OLD
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
NEW
<!DOCTYPE html><html>
This will allow using some CSS selectors (like [attribute*=value]) under IE8 (see https://www.w3schools.com/cssref/sel_attr_contain.php)
(from redmine: issue id 165, created on 2013/06/16 by Alexey Lavrentev)
- Relations:
- parent #164
Validation test
- Import xtzfacsimgs.zip with XTZ import module AND facs edition activated
- Open edition, default and facs are displayed
- zoom is working in the facs edition
- Open the first edition page of corpus HTML/facs directory (acces the directory through the information command and the general panel)
- content is
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html><html>