Skip to content

Commit 0a90c1a

Browse files
committed
More noticeable
1 parent 6fdd209 commit 0a90c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/plugins.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ if (!empty($json->legacy)) {
336336
$safe_txpver = txpspecialchars($txpver);
337337
$safe_plugver = txpspecialchars($legacy->version);
338338

339-
echo '<dt>'.txpspecialchars($json->name).' '.$safe_plugver.' <small class="alert-block alert-pill information">Legacy version for Textpattern up to v'.$safe_txpver.'</small></dt>';
339+
echo '<dt>'.txpspecialchars($json->name).' '.$safe_plugver.' <small class="alert-block alert-pill warning">Legacy version for Textpattern up to v'.$safe_txpver.'</small></dt>';
340340

341341
if (!empty($legacy->datePublished)) {
342342
echo '<dd>Release date: <time>'.txpspecialchars($legacy->datePublished).'</time></dd>';

0 commit comments

Comments
 (0)