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

Issue#59: Remove colon from the title #13

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Issue#59: Remove colon from the title #13

merged 2 commits into from
Jul 11, 2023

Conversation

saicheck2233
Copy link
Owner

Link: Issue#59

Description: The colon on the title should not be there. User can choose to add a colon in his decorator. To have own custom decorator, user needs to add this piece of code into their webpage:
BrutusinForms.bootstrap.addFormatDecorator(null, null, null, "-");
The last parameter is the title decorator.

Pic before changes:
image
There is a hardcoded colon (:) at the title

Pic after changes:
image
If we don’t add the addFormatDecorator() function, the title won't have any separator

image
If we add the addFormatDecorator() function with “-“

@saicheck2233 saicheck2233 merged commit c1d846e into master Jul 11, 2023
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

Successfully merging this pull request may close these issues.

2 participants