[
https://issues.apache.org/jira/browse/SHINDIG-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hjelmstad resolved SHINDIG-956.
------------------------------------
Resolution: Fixed
Fix tested and committed.
> Substituter doesn't properly handle odd number of preceding underscores for
> hangman variables
> ---------------------------------------------------------------------------------------------
>
> Key: SHINDIG-956
> URL: https://issues.apache.org/jira/browse/SHINDIG-956
> Project: Shindig
> Issue Type: Bug
> Components: Java
> Affects Versions: trunk
> Reporter: John Hjelmstad
> Assignee: John Hjelmstad
> Fix For: trunk
>
> Attachments: SHINDIG-956.patch
>
>
> Example:
> <div id='div___MODULE_ID__'> --> <div id='div___MODULE_ID__'>.
> This should be:
> <div id='div_123'>, reflecting the correct substitution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.