diff options
author | the little girl <yui@blekksprut.net> | 2013-10-11 17:30:16 +0200 |
---|---|---|
committer | the little girl <yui@blekksprut.net> | 2013-10-11 17:30:16 +0200 |
commit | 0ec3fa9d81e2d43af6710c2c8299383e14e3fbe9 (patch) | |
tree | 132302d411110aab472de2beb9acbc3b6623b418 /wiki.c | |
parent | 274a30f7aea0383203aad08c01b06a346def8214 (diff) | |
download | ukulele-0ec3fa9d81e2d43af6710c2c8299383e14e3fbe9.tar.xz |
bake makefile
Diffstat (limited to 'wiki.c')
-rw-r--r-- | wiki.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,9 +37,9 @@ void head(char *page, char *link, char *what) { printf("<title>%s ยท %s</title>\n", title, page); printf("<link rel='stylesheet' href='%s/wiki.css'>\n", base); if(link && what) - printf("<h1><a data-text='%s' href='%s' >%s</a></h1>", what, link, page); + printf("<h1><a data-text='%s' href='%s' >%s</a></h1>\n", what, link, page); else - printf("<h1>%s</h1>", page); + printf("<h1>%s</h1>\n", page); } void foot(int file) { |