Skip to content

Commit

Permalink
striping whitespace from paths
Browse files Browse the repository at this point in the history
  • Loading branch information
admc committed Aug 28, 2009
1 parent 8b25811 commit 340a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/views.py
Expand Up @@ -292,7 +292,7 @@ def get_file_source(request):
to_project = doc['location'];
to_file = file_path

url = to_host+to_project+to_file
url = to_host+to_project.strip()+to_file.strip()

#print "Accessing URL for file source", url

Expand Down

0 comments on commit 340a266

Please sign in to comment.