]> Git repositories of Nishi - koakuma.git/commitdiff
fix typo
authorNishi <nishi@nishi.boats>
Mon, 7 Oct 2024 15:25:25 +0000 (15:25 +0000)
committerNishi <nishi@nishi.boats>
Mon, 7 Oct 2024 15:25:25 +0000 (15:25 +0000)
git-svn-id: file:///raid/svn-personal/koakuma/trunk@50 219d0f9c-2d94-d447-890a-813e76b88fe9

koakuma.cgi.in

index 23d50d40da2ce050ac79d0d4f3497df5a8d66ddb..b67e34e3789e549200aabddd74ab6e45b6674787 100644 (file)
@@ -249,7 +249,7 @@ proc sanitize {data} {
 }
 
 proc start_html {title has_toc} {
-       global toc env koakuma_png css what instnace_name
+       global toc env koakuma_png css what instance_name
        rputs   "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">"
        rputs   "<html>"
        rputs   "       <head>"