]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - phd.py
Directory public_html was added.
[phdru.name/phdru.name.git] / phd.py
diff --git a/phd.py b/phd.py
index e12fb902cb88599af9dfc49a13a361df6c4d9f0d..529f87a09fa3275d090435c72d773e7ffde2ea5a 100644 (file)
--- a/phd.py
+++ b/phd.py
@@ -9,7 +9,7 @@ def _url2href(match):
    return '<a href="%s">%s</a>' % (url, url)
 
 
-full_dirs = len(os.getcwd().split('/')) + 1
+full_dirs = len(os.getcwd().split('/')) + 2
 
 class phd(Template):
    def __init__(self, *args, **kw):