Let the LATEST marker look more different
authoropenssl <openssl>
Thu, 4 Mar 1999 07:57:27 +0000 (07:57 +0000)
committeropenssl <openssl>
Thu, 4 Mar 1999 07:57:27 +0000 (07:57 +0000)
openssl.wml

index 377bd61ec6a602251d1be640e4dc4a13664f0dfd..cab06ea66cf07623b314595241c66d7f86cbbbed 100644 (file)
@@ -298,7 +298,7 @@ foreach $l (@L) {
     $l =~ s|(\s+)(\S+[^/])(\s*\n)$|$1."<a href=\"$2\">$2</a>".$3|e;
     $l =~ s|(\s+)(\S+/)(\s*\n)$|$1."<a href=\"$2\"><b>$2</b></a>".$3|e;
     foreach $hi (@HI) {
-        $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;[LATEST]</font>|;
+        $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;<b>[LATEST]</b></font>|;
         $l =~ s|>($hi)<|><font color="#cc3333">$1</font><|;
     }
     print $l;