mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
fix wierd typo
This commit is contained in:
parent
c33a4b61f5
commit
4666da4df7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
const url = nameToUrlMap[name] || '#';
|
const url = nameToUrlMap[name] || '#';
|
||||||
// Format the contact information
|
// Format the contact information
|
||||||
const listItem = document.createElement('li');
|
const listItem = document.createElement('li');
|
||||||
listItem.innerH = `<a href="${url}">${name}</a>, ${title}, ${email}, ${phone}`;
|
listItem.innerHTML = `<a href="${url}">${name}</a>, ${title}, ${email}, ${phone}`;
|
||||||
bulletList.appendChild(listItem);
|
bulletList.appendChild(listItem);
|
||||||
});
|
});
|
||||||
otherContactsSummary += bulletList.outerHTML
|
otherContactsSummary += bulletList.outerHTML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue