May 06, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: c71052bbf80ed314bbf22edb5ef29a75fd119382
      https://github.com/D-Programming-Language/phobos/commit/c71052bbf80ed314bbf22edb5ef29a75fd119382
  Author: Jacob Carlborg <doob@me.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M std/xml.d

  Log Message:
  -----------
  Fix: Incorrect indentation using std.xml.pretty.

When an attribute contains a multibyte string std.xml.pretty incorrectly indent the tag.


  Commit: 88d00a04b997d20811a07370a308aa58e0b83037
      https://github.com/D-Programming-Language/phobos/commit/88d00a04b997d20811a07370a308aa58e0b83037
  Author: Jonathan M Davis <jmdavisProg@gmx.com>
  Date:   2012-05-06 (Sun, 06 May 2012)

  Changed paths:
    M std/xml.d

  Log Message:
  -----------
  Merge pull request #516 from jacob-carlborg/xml

Fix: Incorrect indentation using std.xml.pretty.


Compare: https://github.com/D-Programming-Language/phobos/compare/ee4d7c3...88d00a0