• Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • 3.8
    • None
    • None
    • None

        [CMS-7192] Support HTML5 for pages

        Laurence Aumeunier added a comment - - edited

        This is a parameter of the skin.

        Edit your skins/SKIN_NAME/config/skin.xml file and add <doctype>xhtml5</doctype> to use the HTML5 doctype for your page.

        <skin>
        	<label i18n="true">SKIN_TITLE</label>
        	<description i18n="true">SKIN_DESCRIPTION</description>
        	
        	<thumbnail>
        		<small>img/thumbnail_16.png</small>
        		<medium>img/thumbnail_32.png</medium>
        		<large>img/thumbnail_48.png</large>
        	</thumbnail>
            
                <doctype>xhtml5</doctype>
        </skin>
        

        Laurence Aumeunier added a comment - - edited This is a parameter of the skin. Edit your skins/SKIN_NAME/config/skin.xml file and add <doctype>xhtml5</doctype> to use the HTML5 doctype for your page. <skin> <label i18n= "true" > SKIN_TITLE </label> <description i18n= "true" > SKIN_DESCRIPTION </description> <thumbnail> <small> img/thumbnail_16.png </small> <medium> img/thumbnail_32.png </medium> <large> img/thumbnail_48.png </large> </thumbnail> <doctype> xhtml5 </doctype> </skin>

          laurence Laurence Aumeunier
          gauthier Gauthier Ubersfeld
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: