You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/16 15:02:28 UTC

svn commit: r1059561 - /httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml

Author: rbowen
Date: Sun Jan 16 14:02:28 2011
New Revision: 1059561

URL: http://svn.apache.org/viewvc?rev=1059561&view=rev
Log:
Additional note about BLANKICON, as per tid50417

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml?rev=1059561&r1=1059560&r2=1059561&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml Sun Jan 16 14:02:28 2011
@@ -340,6 +340,10 @@ icon selected by MIME content-type</desc
     correctly), a file extension, a wildcard expression, a partial
     filename or a complete filename.</p>
 
+    <p><code>^^BLANKICON^^</code> is only used for formatting, and so
+    is unnecessary if you're using <code>IndexOptions
+    HTMLTable</code>.</p>
+
     <example><title>Examples</title>
       AddIcon (IMG,/icons/image.png) .gif .jpg .png<br />
       AddIcon /icons/dir.png ^^DIRECTORY^^<br />