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

koakuma.cgi.in

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