このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
copyvios
ミラー元
https://github.com/earwig/copyvios
ウォッチ
1
スター
1
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
width should be a string
pull/24/head
Ben Kurtovic
12年前
親
dc96cf1a2e
コミット
04c7092756
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
toolserver/background.py
+ 1
- 1
toolserver/background.py
ファイルの表示
@@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存