]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Directory public_html was added.
authorOleg Broytman <phd@phdru.name>
Tue, 8 Feb 2011 12:59:38 +0000 (12:59 +0000)
committerOleg Broytman <phd@phdru.name>
Tue, 8 Feb 2011 12:59:38 +0000 (12:59 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@119 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

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):