Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from AtomLinter/fix_dtd_marker_text
Browse files Browse the repository at this point in the history
fix message text for dtd markers
  • Loading branch information
dirk-thomas committed Feb 14, 2016
2 parents 4e6ef0f + 3aab32f commit 4b9dd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module.exports =
.then (output) =>
messages = @parseMessages(output)
for message in messages
message.text = textEditor.text + ' (DTD)'
message.text += ' (DTD)'
message.filePath = textEditor.getPath()
return messages

Expand Down

0 comments on commit 4b9dd79

Please sign in to comment.