Merge pull request #341 from DandelionSprout/patch-3

Some minor brushups
This commit is contained in:
Collin M. Barrett 2018-08-14 17:23:59 +00:00 committed by GitHub
commit 32ebadf992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View file

@ -5861,7 +5861,7 @@
"publishedDate": null,
"submissionUrl": null,
"syntaxId": null,
"viewUrl": "http://mirror1.malwaredomains.com/files/Skype-resolvers.txt"
"viewUrl": "https://mirror1.malwaredomains.com/files/Skype-resolvers.txt"
},
{
"id": 305,

View file

@ -619,6 +619,10 @@
"filterListId": 395,
"maintainerId": 62
},
{
"filterListId": 83,
"maintainerId": 63
},
{
"filterListId": 396,
"maintainerId": 63

View file

@ -179,7 +179,7 @@ interface IListLanguageDto {
function SubscribeUrl(props: any) {
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&amp;title=${encodeURIComponent(props.name)}`}
className="btn btn-primary btn-block"
title={"Subscribe to list with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus)."}>
title={"Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus)."}>
Subscribe
</a>;
}
}

View file

@ -159,7 +159,7 @@ function License(props: any) {
function SubscribeUrl(props: any) {
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&amp;title=${encodeURIComponent(props.name)}`}
className="d-block d-sm-none btn btn-primary fl-btn-details-action"
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus).` }>
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }>
Subscribe
</a >;
}
@ -360,4 +360,4 @@ interface IListSyntaxDto {
interface ISyntaxSupportedSoftwareDto {
homeUrl: string;
name: string;
};
};