mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +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] || '#';
|
||||
// Format the contact information
|
||||
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);
|
||||
});
|
||||
otherContactsSummary += bulletList.outerHTML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue