Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reoved debugging code
  • Loading branch information
ralsina committed Mar 9, 2016
1 parent 2372fef commit 6e22244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/filters.py
Expand Up @@ -290,7 +290,7 @@ def php_template_injection(data):
def cssminify(data):
"""Minify CSS using http://cssminifier.com/."""
try:
url = 'http://cssminifier.comFOO/raw'
url = 'http://cssminifier.com/raw'
_data = {'input': data}
response = requests.post(url, data=_data)
if response.status_code != 200:
Expand Down

0 comments on commit 6e22244

Please sign in to comment.