[add] flat link into clickable link

[add] better print for description
This commit is contained in:
Knah Tsaeb 2015-02-19 17:18:49 +01:00
parent b237bb8cf9
commit de0ede1b1d
1 changed files with 2 additions and 2 deletions

View File

@ -250,11 +250,11 @@ if (!empty($ci['ac']) && $ci['ac'] === 'view' && !empty($listCurrentFile)) {
</tr>
<tr>
<th>Description</th>
<td>', $videoInfo['desc'], '</td>
<td>', nl2br($videoInfo['desc']), '</td>
</tr>
<tr>
<th>Original description</th>
<td>', $videoInfo['originalDesc'], '</td>
<td>', nl2br(text2clickable($videoInfo['originalDesc'])), '</td>
</tr>
<tr>
<th>Url</th>