mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +03:00
Fix XML syntax error
This commit is contained in:
parent
7a352368a5
commit
eb86a0c196
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class XMLPrinter : ASTVisitor
|
|||
|
||||
override void visit(const AlignAttribute alignAttribute)
|
||||
{
|
||||
output.writeln("<alignAttribute align=\"", alignAttribute.intLiteral.text, "\">");
|
||||
output.writeln("<alignAttribute align=\"", alignAttribute.intLiteral.text, "\"/>");
|
||||
}
|
||||
|
||||
override void visit(const AndAndExpression andAndExpression)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue