Skip to content

Commit

Permalink
Remove inline html
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Dec 7, 2023
1 parent 32c082c commit 94c5aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions populateStds.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function mkLinkList(versions) {
sidebarItems = []
var lines = readPrefixLines('standards/standards/overview.md')
if (!lines.length) lines.push(intro)
lines.push('| Standard | Track | Description | Versions:<br />Preview | <br />Effective | <br /> Obsolete |')
lines.push('| Standard | Track | Description | Preview | Effective | Obsolete |')
lines.push('| --------- | ------ | ------------ | --- | --- | --- |')
Object.entries(tracks).forEach((trackEntry) => {
var track = trackEntry[0]
Expand All @@ -91,7 +91,7 @@ Object.entries(tracks).forEach((trackEntry) => {
${trackIntros[track]}
`)
}
tlines.push('| Standard | Description | Versions:<br />Preview | <br />Effective | <br /> Obsolete |')
tlines.push('| Standard | Description | Preview | Effective | Obsolete |')
tlines.push('| --------- | ------------ | --- | --- | --- |')
Object.entries(trackEntry[1]).forEach((standardEntry) => {
var versions = standardEntry[1].versions
Expand Down

0 comments on commit 94c5aac

Please sign in to comment.