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



commit 216c91ca4671807ee5c65be2bf40b1a459575f9e
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 6426fd0..66987dc 100644
--- a/src/plugins/gs-plugin-dummy.c
+++ b/src/plugins/gs-plugin-dummy.c
@@ -354,7 +354,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]