Blob Blame History Raw
From 22b57f9f5998bddecf29f98d6c7191e3a4eb44f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20For=C3=A9?= <daniel@elementary.io>
Date: Thu, 7 Jun 2018 07:46:30 -0700
Subject: [PATCH] Appdata: remove zero-width space

---
 ...elementary.switchboard-plug-applications.appdata.xml.in | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/data/io.elementary.switchboard-plug-applications.appdata.xml.in b/data/io.elementary.switchboard-plug-applications.appdata.xml.in
index b5ee90e..0cf2a50 100644
--- a/data/io.elementary.switchboard-plug-applications.appdata.xml.in
+++ b/data/io.elementary.switchboard-plug-applications.appdata.xml.in
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="addon">
-​  <id>io.elementary.switchboard-plug-applications</id>
-​  <extends>io.elementary.switchboard</extends>
-​  <name>Applications</name>
-​  <summary>Manage default and startup applications</summary>
-​  <url type="homepage">https://elementary.io</url>
+  <id>io.elementary.switchboard-plug-applications</id>
+  <extends>io.elementary.switchboard</extends>
+  <name>Applications</name>
+  <summary>Manage default and startup applications</summary>
+  <url type="homepage">https://elementary.io</url>
   <url type="bugtracker">https://github.com/elementary/switchboard-plug-applications/issues</url>
-​  <metadata_license>CC0-1.0</metadata_license>
-​  <project_license>GPL-2.0+</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
 </component>