[aur-dev] [PATCH] pkg_search_results.php: Word-wrap package description
Implements FS#31803. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> --- web/template/pkg_search_results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 9d40d80..0053607 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -68,7 +68,7 @@ if (!$result): ?> <?php endif; ?> </td> <?php endif; ?> - <td><?= htmlspecialchars($row['Description'], ENT_QUOTES); ?></td> + <td class="wrap"><?= htmlspecialchars($row['Description'], ENT_QUOTES); ?></td> <td> <?php if (isset($row["Maintainer"])): ?> <a href="<?= get_uri('/packages/'); ?>?K=<?= htmlspecialchars($row['Maintainer'], ENT_QUOTES) ?>&SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a> -- 1.7.12.2
participants (1)
-
Lukas Fleischer