You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Kohei Watanabe <kw...@cam.ac.uk> on 2001/01/24 17:01:57 UTC

documentation/7122: httpd.apache.org/docs/howto/ssi.html - value attributes need to be quoted

>Number:         7122
>Category:       documentation
>Synopsis:       httpd.apache.org/docs/howto/ssi.html - value attributes need to be quoted
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Jan 24 08:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     kw10004@cam.ac.uk
>Release:        
>Organization:
apache
>Environment:
not particular
>Description:
On
 http://httpd.apache.org/docs/howto/ssi.html
 and 
 http://httpd.apache.org/docs-2.0/howto/ssi.html
 it says
--snip--
here are some examples of what you can do with SSI
Today's date
        <!--#echo var=DATE_LOCAL -->
--snip--
but it needs to be 
        <!--#echo var="DATE_LOCAL" -->
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]