Changeset 12317

Show
Ignore:
Timestamp:
05/25/08 13:26:53 (5 years ago)
Author:
otsune
Message:
  • some fix htmllint
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/perl-users.jp/news/cl.conf

    r12235 r12317  
    148148</table> 
    149149</div> 
    150 <p/> 
    151150 
    152151<div class="stdbox"> 
     
    157156</table> 
    158157</div> 
    159 <p/> 
    160158 
    161159<div class="stdbox"> 
     
    165163</td></tr></table> 
    166164</div> 
    167 <p/> 
    168165 
    169166<div class="stdbox"> 
     
    175172</table> 
    176173</div> 
    177 <p/> 
    178174___SIDE_MENU 
    179175    ; 
     
    182178# インデックスページのテンプレート 
    183179$index_page_template = << "___INDEX_PAGE_TEMPLATE" 
     180<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
     181        "http://www.w3.org/TR/html4/loose.dtd"> 
    184182<html lang="ja"> 
    185183<head> 
    186184<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
     185<meta http-equiv="Content-Script-Type" content="text/javascript"> 
    187186<TMPL_IF name=css_file> 
     187<meta http-equiv="Content-Style-Type" content="text/css"> 
    188188<link rel=stylesheet href="<TMPL_VAR name=css_file>" media=all> 
    189189</TMPL_IF>