From: Emmanuel S. <se...@us...> - 2005-07-08 18:05:58
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27131/fr/default/global Modified Files: header.html.tmpl Log Message: Commit des corrections apportées par zerobug dans le forum de discussion Discussions : https://sourceforge.net/forum/message.php?msg_id=3239322 Index: header.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/header.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** header.html.tmpl 1 Feb 2005 10:15:21 -0000 1.3 --- header.html.tmpl 8 Jul 2005 18:05:14 -0000 1.4 *************** *** 58,62 **** [% IF !h1.defined %][% h1 = title %][% END %] ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> --- 58,63 ---- [% IF !h1.defined %][% h1 = title %][% END %] ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//FR"> ! <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <html> <head> |