Incorrect opening of cfm-files
Probably a stupid question, but I can't open cfm files properly. For example, the text of the file: "
<cfinclude template="header.cfm">
<p>Welcome to my website on ColdFusion cfinclude usage!</p>
<cfinclude template="footer.cfm">
" outputs:
"
<cfinclude template="header.cfm">
<p>Welcome to my website on ColdFusion cfinclude usage!</p>
<cfinclude template="footer.cfm">
"
instead of
"
This is the header
Welcome to my website on ColdFusion cfinclude usage!
This is the footer
"
Tried to open in different browsers, ColdFusion installed. What could be the problem?
