comparison cgi-bin/comments.cgi @ 285:05ef582dfa3b

Changing return to blog link
author Dominic Cleal <dominic@computerkb.co.uk>
date Tue, 28 Oct 2008 00:44:56 +0000
parents 9c05c34e7e8f
children 6f1aaf5309c7
comparison
equal deleted inserted replaced
284:9c05c34e7e8f 285:05ef582dfa3b
194 <title>Thanks For Your Comment</title> 194 <title>Thanks For Your Comment</title>
195 </head> 195 </head>
196 <body> 196 <body>
197 <h2>Thanks!</h2> 197 <h2>Thanks!</h2>
198 <p>Your comment will be included the next time this blog is rebuilt.</p> 198 <p>Your comment will be included the next time this blog is rebuilt.</p>
199 <p><a href="http://$ENV{'HTTP_HOST'}/">Return to blog</a>.</p> 199 <p><a href="http://$ENV{'HTTP_HOST'}/blog/">Return to blog</a>.</p>
200 </body> 200 </body>
201 </html> 201 </html>
202 EOF 202 EOF
203 } 203 }