]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix HTML, misspelled span close tag
authorBart Visscher <bartv@thisnet.nl>
Fri, 30 Mar 2012 21:40:29 +0000 (23:40 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 30 Mar 2012 21:41:54 +0000 (23:41 +0200)
files/templates/index.php

index 418a170fecb15ee3f262b091b063344ec5dd42e4..f591d066d8c65c56f93db4e10fb264d3f1ca4bc5 100644 (file)
 </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']; ?>" />