The line without an end quote in .htaccess is causing syntax coloring in vi/vim to be useless after that line. I suggest we put a comment with a quote after that as a workaround:

  # There is no end quote below, for compatibility with Apache 1.3.
  ErrorDocument 404 "The requested file favicon.ico was not found.
  # " (End quote to satisfy syntax coloring.)

I'm not sure where to post this to get the maintainer's attention.

Comments

gthing’s picture

No need for a new line, that line should probably have a quote at the end of it. You can submit an issue here: http://drupal.org/project/issues/drupal?status=All&categories=All