1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Revert "Wrap maintainer notes in <pre> to keep newlines and formatting"

This reverts commit 94bb9d9355.
This commit is contained in:
Daniel Martí 2014-03-25 09:41:55 +01:00
parent 94bb9d9355
commit 6c6a9c4bb2

View File

@ -104,9 +104,7 @@ def update_wiki(apps, apks):
wikidata += "=Maintainer Notes=\n"
if 'Maintainer Notes' in app:
wikidata += "<pre>\n"
wikidata += metadata.description_wiki(app['Maintainer Notes'])
wikidata += "</pre>"
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...