Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
copyvios
espelho de
https://github.com/earwig/copyvios
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
width should be a string
pull/24/head
Ben Kurtovic
há 12 anos
ascendente
dc96cf1a2e
cometimento
04c7092756
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
toolserver/background.py
+ 1
- 1
toolserver/background.py
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar