summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-10 19:14:41 +0100
committerKarel Klic <kklic@redhat.com>2011-03-10 19:14:41 +0100
commit77f9bb637a26dde1fa1102fe994b3152c201507d (patch)
tree303e5a14b41b9363f9820fdbedd955aeac446515
parent665fee97ce3488bf72f9bb4e367b9a74581cc8fa (diff)
downloadabrt-77f9bb637a26dde1fa1102fe994b3152c201507d.tar.gz
abrt-77f9bb637a26dde1fa1102fe994b3152c201507d.tar.xz
abrt-77f9bb637a26dde1fa1102fe994b3152c201507d.zip
analyze_LocalGDB.xml: Fit description into single line as the current xml parser does not merge whitespaces
-rw-r--r--src/plugins/analyze_LocalGDB.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/analyze_LocalGDB.xml b/src/plugins/analyze_LocalGDB.xml
index fe9f769a..351f4d09 100644
--- a/src/plugins/analyze_LocalGDB.xml
+++ b/src/plugins/analyze_LocalGDB.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<event>
<name>Local GNU Debugger</name>
- <description>Downloads required debuginfo packages and analyzes
- core dump using local gdb</description>
+ <description>Downloads required debuginfo packages and analyzes core dump using local gdb</description>
</event>