.htaccess missing closing quote @line 21
mattman - November 6, 2008 - 18:53
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | base system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Current
<Files favicon.ico>
ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>Should be
<Files favicon.ico>
ErrorDocument 404 "The requested file favicon.ico was not found."
</Files>Shouldn't it?

#1
No, but since you're the 500378023th person to think that was a bug, would you mind rolling a documentation patch over at #281131: Missing quotation mark in .htaccess line? :)