Changeset 317

Show
Ignore:
Timestamp:
06/12/09 17:11:10 (9 months ago)
Author:
lmajano
Message:

utf-8 additions to word exporting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • codexwiki/trunk/src/layouts/Layout.word.cfm

    r303 r317  
    2929<cfheader name="Content-Disposition" value="inline; filename=#fileTitle#.doc">  
    3030<cfoutput> 
     31<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// 
     32www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     33<html xmlns="http://www.w3.org/1999/xhtml"> 
     34<head> 
     35<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     36</head> 
    3137<body style="background: none;"> 
    32         <!--- Render Custom HTML ---> 
    33         #rc.oCustomHTML.getafterBodyStart()# 
    34         <div> 
    35                 #renderView()# 
    36         </div> 
    37         <!--- Render Custom HTML ---> 
    38         #rc.oCustomHTML.getbeforeBodyEnd()# 
     38       <!--- Render Custom HTML ---> 
     39       #rc.oCustomHTML.getafterBodyStart()# 
     40       <div> 
     41               #renderView()# 
     42       </div> 
     43       <!--- Render Custom HTML ---> 
     44       #rc.oCustomHTML.getbeforeBodyEnd()# 
    3945</body> 
     46</html> 
    4047</cfoutput>