Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
copyvios
miroir de
https://github.com/earwig/copyvios
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
0
Activité
Parcourir la source
width should be a string
pull/24/head
Ben Kurtovic
il y a 12 ans
Parent
dc96cf1a2e
révision
04c7092756
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
toolserver/background.py
+ 1
- 1
toolserver/background.py
Voir le fichier
@@ -112,4 +112,4 @@ def _build_url(screen, filename, url, imgwidth, imgheight):
if width >= imgwidth:
return url
url = url.replace("/commons/", "/commons/thumb/")
return url + "/" + width + "px-" + filename
return url + "/" +
str(
width
)
+ "px-" + filename
Écrire
Aperçu
Chargement…
Annuler
Enregistrer