Skip to content

Commit ace4f4b

Browse files
committed
Update Console.php
1 parent e0b7642 commit ace4f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/devtools/cmd/Console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function readline() {
2828
* @return string
2929
*/
3030
public static function question($prompt, array $propositions = null, array $options = []) {
31-
$prompt = ConsoleFormatter::colorize($prompt, ConsoleFormatter::BLACK, ConsoleFormatter::BG_YELLOW);
31+
$prompt = ConsoleFormatter::formatHtml(ConsoleFormatter::colorize($prompt, ConsoleFormatter::BLACK, ConsoleFormatter::BG_YELLOW));
3232
$hiddenProposals = $options['hiddenProposals'] ?? [];
3333
$continue = function ($rep, $array) {
3434
return \array_search($rep, $array) === false;

0 commit comments

Comments
 (0)