##// END OF EJS Templates
Fix 'hg serve' not using CSS....
Lee Cantey -
r1795:36e19e3d default
parent child Browse files
Show More
@@ -19,7 +19,7 b' def templatepath():'
19 for f in "templates", "../templates":
19 for f in "templates", "../templates":
20 p = os.path.join(os.path.dirname(__file__), f)
20 p = os.path.join(os.path.dirname(__file__), f)
21 if os.path.isdir(p):
21 if os.path.isdir(p):
22 return p
22 return os.path.normpath(p)
23
23
24 def age(x):
24 def age(x):
25 def plural(t, c):
25 def plural(t, c):
General Comments 0
You need to be logged in to leave comments. Login now