diff --git a/helpers/stork/toml.js b/helpers/stork/toml.js index 92eda38..3cc756e 100644 --- a/helpers/stork/toml.js +++ b/helpers/stork/toml.js @@ -49,7 +49,7 @@ function makeDetailsFromListing ( listing ) { return [ listing.content || '∅', // Null Symbol - has( listing, 'status' ) ? `status:${ listing.status }` : '', + has( listing, 'status' ) ? `status_${ listing.status }` : '', // Brownmatter matter.stringify( '', contents ), ].join('\r\n')