r5661 - in /website: .htaccess qa/.htaccess

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Jun 23 16:56:53 UTC 2007


Author: gregoa-guest
Date: Sat Jun 23 16:56:53 2007
New Revision: 5661

URL: http://svn.debian.org/wsvn/?sc=1&rev=5661
Log:
add +DescriptionWidth=* to .htaccess files in order not to truncate file descriptions

Modified:
    website/.htaccess
    website/qa/.htaccess

Modified: website/.htaccess
URL: http://svn.debian.org/wsvn/website/.htaccess?rev=5661&op=diff
==============================================================================
--- website/.htaccess (original)
+++ website/.htaccess Sat Jun 23 16:56:53 2007
@@ -1,4 +1,4 @@
-IndexOptions +SuppressSize
+IndexOptions +SuppressSize +DescriptionWidth=*
 
 HeaderName HEADER.html
 ReadmeName readme.txt

Modified: website/qa/.htaccess
URL: http://svn.debian.org/wsvn/website/qa/.htaccess?rev=5661&op=diff
==============================================================================
--- website/qa/.htaccess (original)
+++ website/qa/.htaccess Sat Jun 23 16:56:53 2007
@@ -1,4 +1,4 @@
-IndexOptions +SuppressSize +FancyIndexing
+IndexOptions +SuppressSize +FancyIndexing +DescriptionWidth=*
 
 HeaderName HEADER.html
 ReadmeName readme.txt




More information about the Pkg-perl-cvs-commits mailing list