commonform-terminal
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "commonform-terminal", | ||
"description": "display Common Forms at text terminals", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/commonform/commonform-terminal/issues", |
@@ -25,3 +25,3 @@ /* Copyright Kyle E. Mitchell | ||
} else if (element.hasOwnProperty('blank')) { | ||
return chalk.red.underline('[•]'); | ||
return chalk.red.underline('[_]'); | ||
} else if (element.hasOwnProperty('heading')) { | ||
@@ -28,0 +28,0 @@ var numbering = element.numbering; |
6804