You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/09/19 02:19:00 UTC

cvs commit: httpd-2.0/docs/manual/style common.dtd

nd          2002/09/18 17:19:00

  Modified:    docs/manual/style common.dtd
  Log:
  <var> becomes legal
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-2.0/docs/manual/style/common.dtd
  
  Index: common.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- common.dtd	5 Sep 2002 22:59:32 -0000	1.4
  +++ common.dtd	19 Sep 2002 00:19:00 -0000	1.5
  @@ -3,7 +3,7 @@
   <!ENTITY nbsp "&#160;">
   
   <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | img
  -| cite | dfn">
  +| cite | dfn | var">
   
   <!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre
   | blockquote">