Skip to content

Commit

Permalink
mislabeled ical column
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 28, 2024
1 parent 6e14f33 commit 7a3a1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/api-get/milestoneICS.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function buildEventDescriptionHTML_lots(request, milestone) {
</h2>
<table border="1"><thead><tr>
<th>
${escapeHTML(getConfigProperty('aliases.lot'))} Type
${escapeHTML(getConfigProperty('aliases.lot'))}
</th>
<th>
${escapeHTML(getConfigProperty('aliases.map'))}
Expand Down
2 changes: 1 addition & 1 deletion handlers/api-get/milestoneICS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function buildEventDescriptionHTML_lots(
</h2>
<table border="1"><thead><tr>
<th>
${escapeHTML(getConfigProperty('aliases.lot'))} Type
${escapeHTML(getConfigProperty('aliases.lot'))}
</th>
<th>
${escapeHTML(getConfigProperty('aliases.map'))}
Expand Down

0 comments on commit 7a3a1ee

Please sign in to comment.