diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-07-19 11:56:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 3b59675bb48254d9ce31edcda2f2b559bff00519 (patch) | |
tree | 618d752c68c2a17eb83a7cbebfa9be6b5c7852ec /src/doc_reform/output/xmls.d | |
parent | texpdf, footer & language setting (diff) |
0.8.0 name change in code use dr (doc reform) instead of sisu
Diffstat (limited to 'src/doc_reform/output/xmls.d')
-rw-r--r-- | src/doc_reform/output/xmls.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/output/xmls.d b/src/doc_reform/output/xmls.d index 84028df..57277b5 100644 --- a/src/doc_reform/output/xmls.d +++ b/src/doc_reform/output/xmls.d @@ -283,7 +283,7 @@ template outputXHTMLs() { <meta name="dc.rights" content="%s" /> <meta name="generator" content="%s" /> <link rel="generator" href="%s" /> - <link rel="shortcut icon" href="../_sisu/image/d.ico" /> + <link rel="shortcut icon" href="../_dr/image/d.ico" /> <link rel="stylesheet" href="css/epub.css" type="text/css" id="main-css" /> </head> <body lang="%s"> |