Skip to content

Commit a298e99

Browse files
authored
Merge pull request #204 from edamov/patch-1
Fix incorrect data for firebase/php-jwt library
2 parents 8f48675 + f5328d7 commit a298e99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/libraries/php.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ article.jwt-php.php.accordion(data-accordion)
5252
i.icon-budicon-500
5353
| HS384
5454
p
55-
i.icon-budicon-501
55+
i.icon-budicon-500
5656
| HS512
5757
p
5858
i.icon-budicon-500
5959
| RS256
6060
p
61-
i.icon-budicon-500
61+
i.icon-budicon-501
6262
| RS384
6363
p
6464
i.icon-budicon-501
6565
| RS512
6666
p
67-
i.icon-budicon-500
67+
i.icon-budicon-501
6868
| ES256
6969
p
7070
i.icon-budicon-501

0 commit comments

Comments
 (0)