Changeset 73

Show
Ignore:
Timestamp:
09/20/09 14:13:52 (1 year ago)
Author:
jdixon
Message:

remove unused captcha options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index.cgi

    r72 r73  
    362362        } 
    363363        # present the challenge 
    364         #my $options = { theme => 'red' }; 
    365         #$template->param( captcha_options => $captcha->get_options_setter( $options ) ); 
    366364        $template->param( captcha => $captcha->get_html( $captcha_pubkey ) ); 
    367365} 
  • trunk/templates/index.html

    r72 r73  
    88        <link rel="alternate" type="application/rss+xml" href="/rss.xml" title="RSS 1.0"> 
    99        <link rel="alternate" type="application/rss+xml" href="/rss2.xml" title="RSS 2.0"> 
    10         <TMPL_VAR name="captcha_options"> 
    1110        <TMPL_IF name="google_webmaster_id"> 
    1211                <meta name="verify-v1" content="<TMPL_VAR name="google_webmaster_id">">