pkg_search_results.php: Word-wrap package description

Implements FS#31803.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-10-04 19:51:59 +02:00
parent 48ed8b772f
commit eb7efe33ca

View file

@ -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) ?>&amp;SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a> <a href="<?= get_uri('/packages/'); ?>?K=<?= htmlspecialchars($row['Maintainer'], ENT_QUOTES) ?>&amp;SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a>