mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhidxrc.pl,2.16,2.17

2004-03-15 14:07:40
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib
In directory denethor.mallorn.com:/tmp/cvs-serv13604/lib

Modified Files:
	mhidxrc.pl 
Log Message:
[bug #6208]: Fixed doctype declarations.


Index: mhidxrc.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib/mhidxrc.pl,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** mhidxrc.pl	2 Oct 2003 03:30:58 -0000	2.16
--- mhidxrc.pl	15 Mar 2004 21:07:18 -0000	2.17
***************
*** 50,54 ****
      unless ($IDXPGBEG) {
  	$IDXPGBEG =<<'EndOfStr';
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 50,55 ----
      unless ($IDXPGBEG) {
  	$IDXPGBEG =<<'EndOfStr';
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 131,135 ****
      unless ($TIDXPGBEG) {
  	$TIDXPGBEG =<<'EndOfStr';
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 132,137 ----
      unless ($TIDXPGBEG) {
  	$TIDXPGBEG =<<'EndOfStr';
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 387,391 ****
  unless ($MSGPGBEG) {
      $MSGPGBEG =<<'EndOfStr';
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 389,394 ----
  unless ($MSGPGBEG) {
      $MSGPGBEG =<<'EndOfStr';
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS