diff options
Diffstat (limited to 'files/templates/index.php')
-rw-r--r-- | files/templates/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 418a170fecb..f591d066d8c 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -63,12 +63,12 @@ </div> <div id="scanning-message"> <h3> - <?php echo $l->t('Files are being scanned, please wait.');?> <span id='scan-count'></spann> + <?php echo $l->t('Files are being scanned, please wait.');?> <span id='scan-count'></span> </h3> <p> - <?php echo $l->t('Current scanning');?> <span id='scan-current'></spann> + <?php echo $l->t('Current scanning');?> <span id='scan-current'></span> </p> </div> <!-- config hints for javascript --> -<input type="hidden" name="allowZipDownload" id="allowZipDownload" value="<?php echo $_['allowZipDownload']; ?>" />
\ No newline at end of file +<input type="hidden" name="allowZipDownload" id="allowZipDownload" value="<?php echo $_['allowZipDownload']; ?>" /> |