[svn r12852] Remove useless whitespaces

skala
Yannick Warnier 19 years ago
parent 085d4b9b09
commit 2d601091bb
  1. 26
      main/exercice/savescores.php

@ -22,7 +22,7 @@
* Saving the scores. * Saving the scores.
* @package dokeos.exercise * @package dokeos.exercise
* @author * @author
* @version $Id: savescores.php 12849 2007-08-02 04:21:36Z yannoo $ * @version $Id: savescores.php 12852 2007-08-02 04:54:12Z yannoo $
*/ */
// name of the language file that needs to be included // name of the language file that needs to be included
@ -115,17 +115,17 @@ if ($origin != 'learnpath')
else else
{ {
?> ?>
<html> <html>
<head> <head>
<link rel='stylesheet' type='text/css' href='../css/<?php echo api_get_setting('stylesheets');?>/scorm.css' /> <link rel='stylesheet' type='text/css' href='../css/<?php echo api_get_setting('stylesheets');?>/scorm.css' />
</head> </head>
<body> <body>
<br /> <br />
<div class='message'> <div class='message'>
<?php echo get_lang('HotPotatoesFinished'); ?> <?php echo get_lang('HotPotatoesFinished'); ?>
</div> </div>
</body> </body>
</html> </html>
<?php <?php
} }
?> ?>
Loading…
Cancel
Save