Remove extra php tag in functions.php

This commit is contained in:
Kyle Johnson 2016-11-10 21:49:57 -07:00
parent 227b196a2e
commit 97fb53e95c
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ function xhtmlHeaders( $file, $title )
<script type="text/javascript" src="js/mootools.ext.js"></script>
<script type="text/javascript" src="js/logger.js"></script>
<script type="text/javascript" src="js/overlay.js"></script>
<?php
<?php if ( $title == 'Login' && (defined('ZM_OPT_USE_GOOG_RECAPTCHA') && ZM_OPT_USE_GOOG_RECAPTCHA) ) { ?>
<script src='https://www.google.com/recaptcha/api.js'></script>
<?php }