mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_search_results.php: Word-wrap package description
Implements FS#31803. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
48ed8b772f
commit
eb7efe33ca
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ if (!$result): ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<td><?= htmlspecialchars($row['Description'], ENT_QUOTES); ?></td>
|
<td class="wrap"><?= htmlspecialchars($row['Description'], ENT_QUOTES); ?></td>
|
||||||
<td>
|
<td>
|
||||||
<?php if (isset($row["Maintainer"])): ?>
|
<?php if (isset($row["Maintainer"])): ?>
|
||||||
<a href="<?= get_uri('/packages/'); ?>?K=<?= htmlspecialchars($row['Maintainer'], ENT_QUOTES) ?>&SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a>
|
<a href="<?= get_uri('/packages/'); ?>?K=<?= htmlspecialchars($row['Maintainer'], ENT_QUOTES) ?>&SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue