Minor - removing white spaces

skala
Julio Montoya 13 years ago
parent 68adb5d12c
commit 1dc41482b7
  1. 3
      main/messages/inbox.php

@ -1,4 +1,5 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* @package chamilo.messages * @package chamilo.messages
@ -26,7 +27,7 @@ if (api_get_setting('allow_message_tool')!='true'){
api_not_allowed(); api_not_allowed();
} }
$htmlHeadXtra[]='<script type="text/javascript"> $htmlHeadXtra[] = '<script>
function show_icon_edit(element_html) { function show_icon_edit(element_html) {
ident="#edit_image"; ident="#edit_image";

Loading…
Cancel
Save