Skip to content

Commit 5b9f21b

Browse files
committed
Minor - format code
1 parent 2e5c004 commit 5b9f21b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/admin/course_intro_pdf_import.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
2+
23
/* For licensing terms, see /license.txt */
4+
35
/**
46
* This tool allows platform admins to upload a massive amount of PDFs to be
57
* uploaded in each course.
6-
*
7-
* @package chamilo.admin
88
*/
99
$cidReset = true;
1010
require_once __DIR__.'/../inc/global.inc.php';
@@ -160,7 +160,7 @@ function import_pdfs($subDir = '/')
160160
api_set_default_visibility($docId, TOOL_DOCUMENT);
161161
$errors[] = ['Line' => 0, 'Code' => $course['code'], 'Title' => $course['title']];
162162
// Now add a link to the file from the Course description tool
163-
$link = '<p>Sílabo de la asignatura
163+
$link = '<p>Sílabo de la asignatura
164164
<a href="'.api_get_path(WEB_CODE_PATH).'document/document.php?'.api_get_cidreq_params($course['code']).'&action=download&id='.$docId.'" target="_blank">
165165
'.Display::return_icon('pdf.png').'
166166
</a></p>';

0 commit comments

Comments
 (0)