Skip to content

Commit 71ce3b5

Browse files
committed
PackageInfo: Tweak HTML tags (<B> → <Strong>) in AbstractHTML
1 parent ccc9774 commit 71ce3b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PackageInfo.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ArchiveFormats := ".tar.gz",
6969
Status := "dev",
7070

7171
AbstractHTML := """
72-
<B>Vole</B> is a <B>GAP</B> package that implements algorithms in
73-
finite permutation groups, such as canonical images, stabilisers, and
74-
subgroup intersection. These are all implemented as part of the general
72+
<Strong>Vole</Strong> is a <Strong>GAP</Strong> package that implements
73+
algorithms in finite permutation groups, such as canonical images, stabilisers,
74+
and subgroup intersection. These are all implemented as part of the general
7575
'graph backtracking' framework.""",
7676

7777
PackageDoc := rec(

0 commit comments

Comments
 (0)