mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Favorite list now links to correct paste
Fixing errors.
This commit is contained in:
parent
6a6d7f8636
commit
935b75cb85
1 changed files with 6 additions and 6 deletions
|
@ -286,14 +286,14 @@ $protocol = paste_protocol();
|
||||||
|
|
||||||
echo '<tr>
|
echo '<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="' . $protocol . $baseurl . '/' . $p_link . '" title="' . $ftitle . '">' . ($ftitle) . '</a>
|
<a href="' . $protocol . $baseurl . '/' . $f_id . '" title="' . $ftitle . '">' . ($ftitle) . '</a>
|
||||||
</td>
|
</td>
|
||||||
<td data-sort="' . $f_dateui . '" class="td-left">
|
<td data-sort="' . date_format($f_date, 'U') . '" class="td-left">
|
||||||
<span>' . date_format($f_date, 'U') . '</span>
|
<span>' . $f_dateui . '</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="td-center">
|
<td data-sort="' . $Recent_update_u . '" class="td-left">
|
||||||
<span style="display:none;">' . $Recent_update_u . '</span>
|
<span>' . $updatenote . '</span>
|
||||||
' . $updatenote . '
|
|
||||||
</td>
|
</td>
|
||||||
<td class="td-left">';
|
<td class="td-left">';
|
||||||
if (strlen($f_tags) > 0) {
|
if (strlen($f_tags) > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue