Show
Ignore:
Timestamp:
02/29/08 21:14:53 (9 months ago)
Author:
aarkerio
Message:

Upate FCKeditor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/popup.ctp

    r239 r292  
    1 <?php echo '<?xml version="1.0" encoding="utf-8"?>' ?> 
    2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     1<?php 
     2    echo '<?xml version="1.0"?>'; 
     3    echo $html->docType(); 
     4?> 
    45<html> 
    56 <head> 
     
    78<?php 
    89if (isset($javascript)): 
    9   echo $html->charsetTag('utf-8'); 
     10  echo $html->charset('utf-8'); 
    1011  echo $javascript->link('prototype'); 
    1112  echo $javascript->link('scriptaculous.js?load=effects');