Skip to content

JSPWIKI-1297 see jira for details - #523

Open
spyhunter99 wants to merge 1 commit into
masterfrom
bug/JSPWIKI-1297
Open

JSPWIKI-1297 see jira for details#523
spyhunter99 wants to merge 1 commit into
masterfrom
bug/JSPWIKI-1297

Conversation

@spyhunter99

Copy link
Copy Markdown
Contributor

No description provided.

}
final String property = declaration.substring( 0, colon ).trim().toLowerCase( Locale.ENGLISH );
final String value = declaration.substring( colon + 1 );
if( !SAFE_STYLE_PROPERTIES.contains( property ) || value.matches( ".*-\\s*\\.?\\d.*" ) ) {
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