Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextUtils.text_color adds an extra space #20

Closed
karlzf opened this issue Dec 4, 2019 · 1 comment
Closed

TextUtils.text_color adds an extra space #20

karlzf opened this issue Dec 4, 2019 · 1 comment

Comments

@karlzf
Copy link

karlzf commented Dec 4, 2019

The TextUtils.text_color method adds an extra space at the start of line, which disables bullets in lines needed.

@didix21
Copy link
Owner

didix21 commented Dec 4, 2019

You are right,

After checking the code I've been able to see there are two extra spaces on the return method: '<font color="' + color + '"> ' + text + ' </font>'.

I will fix as soon as possible.

Thank you very much for reporting it!

@didix21 didix21 closed this as completed in 1e22d87 Dec 8, 2019
didix21 added a commit that referenced this issue Dec 8, 2019
FIX #20: Delete TextUtils.text_color() extra spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants