User CSS minor typo fix
* Fixed typo for context menu option "Black On White"
This commit is contained in:
parent
9d87e59356
commit
94a7f6339f
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -36,7 +36,7 @@ override_dh_install:
|
|||
mkdir -p "$(DESTDIR)/etc/shellinabox/options-available"
|
||||
mkdir -p "$(DESTDIR)/etc/shellinabox/options-enabled"
|
||||
for i in \
|
||||
"00+Black on White" \
|
||||
"00+Black On White" \
|
||||
"00_White On Black" \
|
||||
"01_Monochrome" \
|
||||
"01+Color Terminal"; do \
|
||||
|
|
Loading…
Reference in a new issue