cancel
Showing results for 
Search instead for 
Did you mean: 

delete ITS generation comment and add a doctype

Former Member
0 Kudos

hello,

if you watch a ITS HTML code in your browser, you see the first three comments like:


<!--
 This page was created by the
 SAP Integrated ITS, WebAS: EC7, workprocess: 0
 All rights reserved.
 Creation time:  Wed Dec 23 10:26:32 2009
 Charset:        utf-8
 Template:       zits_ss_test01/99/z_ss_sls_layout_1000.html  -->
  <!-- No session management -->
  
   <!-- Domain relaxation already done -->
 
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">                                                                                
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
...
</html>

These three comments will be inserted at runtime (I think).

The problem: the internet explorer want to have the DOCTYPE comment on the first row!!!

Does anybody know where these happen or in which template I could find it???

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member228142
Active Contributor
0 Kudos

Hi Krisztian,

this is done in template CREATOR. The template is part of the service SYSTEM

Best regards,

Klaus

Former Member
0 Kudos

Thanks Klaus,

now it works!!!

Answers (0)