diff --git a/web/static/main.js b/web/static/main.js index 5c67552..6075d54 100644 --- a/web/static/main.js +++ b/web/static/main.js @@ -257,7 +257,7 @@ }; globFct.query('pdnscircl', {"query": scope.query}, get_response); }, - template: '
Has {{nbentries}} unique entries in CIRCL Passive DNS. The {{lastentries.length}} most recent ones:
' + template: '
Has {{nbentries}} unique entries in CIRCL Passive DNS. {{lastentries.length}} most recent one(s):
' }; }); app.directive('uqPsslcircl', function(globFct) { @@ -301,7 +301,7 @@ }; globFct.query('bgpranking', {"query": scope.query}, get_response); }, - template: '
Information from BGP Ranking:
' + template: '
Information from BGP Ranking:
' }; }); }());