[gnome-software/gnome-3-20] trivial: Do not put AppStream markup in the app description



commit 30ef00979f4ca9b6fd1a8c53803e7ce2cfa33d29
Author: Richard Hughes <richard hughsie com>
Date:   Tue Apr 19 15:26:58 2016 +0100

    trivial: Do not put AppStream markup in the app description

 src/plugins/gs-plugin-dummy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-dummy.c b/src/plugins/gs-plugin-dummy.c
index e244aea..7de1517 100644
--- a/src/plugins/gs-plugin-dummy.c
+++ b/src/plugins/gs-plugin-dummy.c
@@ -341,7 +341,7 @@ gs_plugin_refine_app (GsPlugin *plugin,
        if (flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_DESCRIPTION) {
                if (g_strcmp0 (gs_app_get_id (app), "chiron.desktop") == 0) {
                        gs_app_set_description (app, GS_APP_QUALITY_NORMAL,
-                                               "<p>long description!</p>");
+                                               "long description!");
                }
        }
 


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