Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #159 from zhibinr/patch-1
Browse files Browse the repository at this point in the history
fix #157
  • Loading branch information
Julien Bouquillon committed Jan 13, 2014
2 parents 9d2ad21 + 13b50d0 commit fc587c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarkdownPreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def load_resource(name):

try:
if is_ST3():
filename = os.path.join('Packages', INSTALLED_DIRECTORY, name)
filename = '/'.join(['Packages', INSTALLED_DIRECTORY, name])
return sublime.load_resource(filename)
else:
filename = os.path.join(sublime.packages_path(), INSTALLED_DIRECTORY, name)
Expand Down

0 comments on commit fc587c1

Please sign in to comment.