Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e22244

Browse files
committedMar 9, 2016
reoved debugging code
1 parent 2372fef commit 6e22244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def php_template_injection(data):
290290
def cssminify(data):
291291
"""Minify CSS using http://cssminifier.com/."""
292292
try:
293-
url = 'http://cssminifier.comFOO/raw'
293+
url = 'http://cssminifier.com/raw'
294294
_data = {'input': data}
295295
response = requests.post(url, data=_data)
296296
if response.status_code != 200:

0 commit comments

Comments
 (0)
Please sign in to comment.