mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/examples blog.mrc,1.3,1.4 utf-8-encode.mrc,1.2,1.3 utf...

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

Modified Files:
	blog.mrc utf-8-encode.mrc utf-8.mrc 
Log Message:
[bug #6208]: Fixed doctype declarations.


Index: blog.mrc
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/examples/blog.mrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** blog.mrc	6 Oct 2003 22:04:23 -0000	1.3
--- blog.mrc	15 Mar 2004 21:07:18 -0000	1.4
***************
*** 33,37 ****
  <!-- We define beginning markup to include style definitions. -->
  <IdxPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 33,38 ----
  <!-- We define beginning markup to include style definitions. -->
  <IdxPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>

Index: utf-8-encode.mrc
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/examples/utf-8-encode.mrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** utf-8-encode.mrc	6 Oct 2003 22:04:23 -0000	1.2
--- utf-8-encode.mrc	15 Mar 2004 21:07:18 -0000	1.3
***************
*** 50,54 ****
  
  <IdxPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 50,55 ----
  
  <IdxPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 61,65 ****
  
  <TIdxPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 62,67 ----
  
  <TIdxPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 73,77 ****
  
  <MsgPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 75,80 ----
  
  <MsgPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>

Index: utf-8.mrc
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/examples/utf-8.mrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** utf-8.mrc	6 Oct 2003 22:04:23 -0000	1.6
--- utf-8.mrc	15 Mar 2004 21:07:18 -0000	1.7
***************
*** 40,44 ****
  
  <IdxPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 40,45 ----
  
  <IdxPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 51,55 ****
  
  <TIdxPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 52,57 ----
  
  <TIdxPgBegin>
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
!         "http://www.w3.org/TR/html4/loose.dtd";>
  <html>
  <head>
***************
*** 63,67 ****
  
  <MsgPgBegin>
! <!doctype html public "-//W3C//DTD HTML//EN">
  <html>
  <head>
--- 65,70 ----
  
  <MsgPgBegin>
! <!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