s4

changeset 551:88476304e3bf

Quoting error fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 Apr 2019 09:04:17 +0900
parents fb9d684a93d9
children 0d7682eb80a2
files examples/common/default/html.m4.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/html.m4.html	Sun Apr 07 09:00:02 2019 +0900
     1.2 +++ b/examples/common/default/html.m4.html	Sun Apr 07 09:04:17 2019 +0900
     1.3 @@ -6,7 +6,7 @@
     1.4  ifdef(`_S4COLOR_',
     1.5  `<meta name="theme-color" content="_S4COLOR_">',
     1.6  `<meta name="theme-color" content="#8ea">')
     1.7 -<title>_TITLE_|ifdef(`_S4NAME_',_S4NAME,s4)</title>
     1.8 +<title>_TITLE_|ifdef(`_S4NAME_',`_S4NAME_',s4)</title>
     1.9  <link rel="stylesheet" type="text/css" href="templ/default/default.css">
    1.10  ifdef(`_S4CSS_',
    1.11  `<link rel="stylesheet" type="text/css" href="_S4CSS_">