Talos
Dashboard
Projects
Entities
People
Groups
Sources
Events
Incidents
Field Reports
Locations
Map
Mapping
Map Store
Intelligence
Intelligence
Feeds
Data Products
World Book
Toolkit
Chat
Settings
Talos
Version 0.1.4
Privacy Policy
|
Terms of Service
!
Template Errors (3)
Opening tag `<h2>` at (67:1) doesn't have a matching closing tag `</h2>` in the same scope.
ERB
Error 1: MissingClosingTag - app/views/pages/privacy_policy.html.erb:67:0
Opening tag `<h2>` at (67:1) doesn't have a matching closing tag `</h2>` in the same scope.
64
<
p
>
If you turn cookies off, some of the features that make your site experience more efficient may not function properly.
</
p
>
65
66
67
<
h2
>
Third-party disclosure
68
69
<
p
>
We do not sell, trade, or otherwise transfer to outside parties your Personally Identifiable Information.
</
p
>
70
ERB
Error 2: MissingClosingTag - app/views/pages/privacy_policy.html.erb:71:0
Opening tag `<h2>` at (71:1) doesn't have a matching closing tag `</h2>` in the same scope.
68
69
<
p
>
We do not sell, trade, or otherwise transfer to outside parties your Personally Identifiable Information.
</
p
>
70
71
<
h2
>
Third-party links
72
73
<
p
>
We do not include or offer third-party products or services on our website.
</
p
>
74
ERB
Error 3: MissingClosingTag - app/views/pages/privacy_policy.html.erb:75:0
Opening tag `<h2>` at (75:1) doesn't have a matching closing tag `</h2>` in the same scope.
72
73
<
p
>
We do not include or offer third-party products or services on our website.
</
p
>
74
75
<
h2
>
Google
76
77
<
p
>
We use Google AdSense Advertising on our website.
</
p
>
78
Suggestions
▼
Add missing closing tag
Add </h2> to close the opening tag
Add missing closing tag
Add </h2> to close the opening tag
Add missing closing tag
Add </h2> to close the opening tag