Skip to content

Commit 03739ed

Browse files
authored
Fix #1102: remove . from "Deprecated. in favor of FOO" (#1198)
1 parent c91d4e4 commit 03739ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafiles/templates/Html/package-page.html.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
$if(isDeprecated)$
3838
<div id="deprecated">
39-
<span style="color:#D00B3C">Deprecated.</span>
39+
<span style="color:#D00B3C">Deprecated</span>
4040
$deprecatedMsg$
4141
</div>
4242
$else$

0 commit comments

Comments
 (0)