This is a follow-on to https://www.drupal.org/node/88183#comment-11236109

The views templates for the OPML and RSS feeds in the 'classy' and 'stable' themes had an extra space in them.

-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>

This quick patch removes the extra spaces. No other changes.

CommentFileSizeAuthor
#2 2772887-2.patch2.1 KBbrianV
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brianV created an issue. See original summary.

brianV’s picture

Status: Active » Needs review
FileSize
2.1 KB

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

joelpittet’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Not sure if this causes validation but seems to be correct from a cursory google search. Thanks @brianV

alexpott’s picture

Version: 8.2.x-dev » 8.3.x-dev
Status: Reviewed & tested by the community » Fixed

This is only eligible for 8.3.x. Committed fdd3f57 and pushed to 8.3.x. Thanks!

  • alexpott committed fdd3f57 on 8.3.x
    Issue #2772887 by brianV: Remove extra spaces after encoding attribute...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.