From 6c6a9c4bb223e296196fbd527a96f81a71817fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 25 Mar 2014 09:41:55 +0100 Subject: [PATCH] Revert "Wrap maintainer notes in
 to keep newlines and
 formatting"

This reverts commit 94bb9d935593eeb9738aa389afd2a3119ccb7b84.
---
 fdroidserver/update.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fdroidserver/update.py b/fdroidserver/update.py
index e616ed53..939af587 100644
--- a/fdroidserver/update.py
+++ b/fdroidserver/update.py
@@ -104,9 +104,7 @@ def update_wiki(apps, apks):
 
         wikidata += "=Maintainer Notes=\n"
         if 'Maintainer Notes' in app:
-            wikidata += "
\n"
-            wikidata += metadata.description_wiki(app['Maintainer Notes'])
-            wikidata += "
" + wikidata += metadata.description_wiki(app['Maintainer Notes']) + "\n" wikidata += "\nMetadata: [https://gitorious.org/f-droid/fdroiddata/source/master:metadata/{0}.txt current] [https://gitorious.org/f-droid/fdroiddata/history/metadata/{0}.txt history]\n".format(app['id']) # Get a list of all packages for this application...