mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
Fixed bug - CSS directory depth
This commit is contained in:
@@ -60,8 +60,8 @@ def buildHTML(path, imgfile):
|
|||||||
"<head>\n",
|
"<head>\n",
|
||||||
"<title>", filename[0], "</title>\n",
|
"<title>", filename[0], "</title>\n",
|
||||||
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n",
|
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n",
|
||||||
"<link href=\"stylesheet.css\" type=\"text/css\" rel=\"stylesheet\"/>\n",
|
"<link href=\"", "../" * (backref - 1), "stylesheet.css\" type=\"text/css\" rel=\"stylesheet\"/>\n",
|
||||||
"<link href=\"page_styles.css\" type=\"text/css\" rel=\"stylesheet\"/>\n",
|
"<link href=\"", "../" * (backref - 1), "page_styles.css\" type=\"text/css\" rel=\"stylesheet\"/>\n",
|
||||||
"</head>\n",
|
"</head>\n",
|
||||||
"<body class=\"kcc\">\n",
|
"<body class=\"kcc\">\n",
|
||||||
"<div class=\"kcc1\"><img src=\"", "../" * backref, "Images/", postfix, imgfile, "\" alt=\"",
|
"<div class=\"kcc1\"><img src=\"", "../" * backref, "Images/", postfix, imgfile, "\" alt=\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user