fix icon text

skala
Juan Carlos Raña 16 years ago
parent b886d53798
commit fe4f024e14
  1. 2
      main/exercice/hotpotatoes.php

@ -277,7 +277,7 @@ if((api_is_allowed_to_edit(null,true)) && (($finish == 0) || ($finish == 2)))
<input type="file" name="userFile"><br /><br />
<button type="submit" class="upload" name="submit" value="'.get_lang('Send').'">'.get_lang('SendFile').'</button>
</div>';
echo '<div>'.Display::display_icon('hotpotatoes.jpg','').'</div>';
echo '<div>'.Display::display_icon('hotpotatoes.jpg',get_lang('HotPotatoes')).'</div>';
echo '</div></div>';
?>

Loading…
Cancel
Save