Changeset 996


Ignore:
Timestamp:
Dec 31, 2005, 12:04:30 PM (18 years ago)
Author:
chrisaga
Message:

fix bug 249: XHTML Validation in install.php

install.tpl is now HTML4.01 strict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/install.tpl

    r859 r996  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     2"http://www.w3.org/TR/html4/strict.dtd">
     3<html lang="fr">
    34<head>
    4 <meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}"  />
    5 <meta http-equiv="Content-script-type" content="text/javascript" />
    6 <meta http-equiv="Content-Style-Type" content="text/css" />
     5<meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}">
     6<meta http-equiv="Content-script-type" content="text/javascript">
     7<meta http-equiv="Content-Style-Type" content="text/css">
    78<title>PhpWebGallery {RELEASE}</title>
    89<style type="text/css">
     
    111112    </tr>
    112113    <tr>
    113           <td width="30%">{L_LANG_TITLE}</td>
     114      <td style="width:30%;">{L_LANG_TITLE}</td>
    114115      <td colspan="2" align="left">
    115116          {F_LANG_SELECT}
     
    177178    </tr>
    178179    <tr>
    179       <td colspan="3">&nbsp;</th>
     180      <td colspan="3">&nbsp;</td>
    180181    </tr>
    181182    <tr>
Note: See TracChangeset for help on using the changeset viewer.