[recipes] appdata: Separate paragraphs



commit ce380fe1a6269773380dd9876279af9e24e76b30
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 17 08:49:53 2017 -0400

    appdata: Separate paragraphs
    
    Use a double newline between paragraphs, so we can separate
    them again later.

 src/gr-appdata.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-appdata.c b/src/gr-appdata.c
index c46eddd..4a3e40a 100644
--- a/src/gr-appdata.c
+++ b/src/gr-appdata.c
@@ -180,7 +180,7 @@ end_element (GMarkupParseContext  *context,
                 if (data->collect) {
                         data->collect = FALSE;
                         if (data->ri->news->len > 0)
-                                g_string_append (data->ri->news, "\n");
+                                g_string_append (data->ri->news, "\n\n");
                         string_append_normalized (data->ri->news, data->text->str);
                 }
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]