Commit 9dbfbedb authored by Joshua Slive's avatar Joshua Slive
Browse files

Replace my horribly stupid regular expression with a slightly less stupid

one.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88171 13f79535-47bb-0310-9956-ffa450edef68
parent 57cf783f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ AddType application/x-tar .tgz
#
# To use server-parsed HTML files
#
#<FilesMatch "\.shtml[.$]">
#<FilesMatch "\.shtml(\.|$)">
#    SetOutputFilter INCLUDES
#</FilesMatch>