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

Little language fix for PL #123

Merged
merged 1 commit into from
Jan 19, 2018
Merged

Little language fix for PL #123

merged 1 commit into from
Jan 19, 2018

Conversation

VerioPL
Copy link
Contributor

@VerioPL VerioPL commented Jan 19, 2018

Verb -> noun for better experience

Signed-off-by:VerioPL
@HDVinnie HDVinnie merged commit 627957d into HDInnovations:master Jan 19, 2018
HDVinnie added a commit that referenced this pull request Jul 26, 2018
- ${ converts to ${
And the bug occurs when the special replacement pattern $& (that
inserts the matched substring) is passed to the second argument of the
replace method (which is inside while loop) on this line:
bbdata = bbdata.replace(am[0],nhtml);
But when specifying a function as second parameter in replace method,
replacement patterns will not apply.
Roardom added a commit to Roardom/UNIT3D-Community-Edition that referenced this pull request Jun 9, 2022
Initially, characters were only allowed when there was only one of them, so `[color=r]` would be accepted, but not `[color=red]`. This issue is now fixed.

Additionally, short hex codes with transparency (e.g. `[color=HDInnovations#123]`) were also broken. This has now been fixed.

Color values such as rgb(), rgba(), hsl() and hsla() are intentionally unsupported to prevent feature creep.
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