diff --git a/bgpdata/templates/bgpdata/map.html b/bgpdata/templates/bgpdata/map.html
index 6366df5..20c58a5 100644
--- a/bgpdata/templates/bgpdata/map.html
+++ b/bgpdata/templates/bgpdata/map.html
@@ -164,7 +164,7 @@ $('svg g').tipsy({
state = 'Never seen';
content = 'AS '+d.asnumber+'
';
- content += '
| State | '+state+' | '; if(d.lastSeen) { content += '
|---|---|
| Last seen | Crawl '+d.lastSeen+' '+d.lastSeenDate+' |
| Note | Directly crawled |