mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
purge code that modifies the app description, including linkifying
closes #845
This commit is contained in:
parent
15a6e2d3a0
commit
828d6015ef
14 changed files with 68 additions and 1488 deletions
|
|
@ -405,7 +405,7 @@ def make_v0(apps, apks, repodir, repodict, requestsdict, fdroid_signing_key_fing
|
|||
addElement('icon', app.icon, doc, apel)
|
||||
|
||||
addElementCheckLocalized('desc', app, 'Description', doc, apel,
|
||||
'<p>No description available</p>')
|
||||
'No description available')
|
||||
|
||||
addElement('license', app.License, doc, apel)
|
||||
if app.Categories:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue