.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
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

webchick - November 7, 2008 - 04:32
Status:active» duplicate

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? :)

 
 

Drupal is a registered trademark of Dries Buytaert.