Fixed demo.
This commit is contained in:
parent
66b394cb32
commit
fb8cd7beef
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ class XidynDemo
|
|||
String htmlSource = "<div id='pseudo'>a pseudo</div >";
|
||||
|
||||
TagDataManager data = new TagDataManager();
|
||||
data.setContent("name", "Superman");
|
||||
data.setContent("pseudo", "Superman");
|
||||
|
||||
String htmlTarget = PresenterUtils.dynamize(htmlSource, data).toString();
|
||||
|
||||
|
@ -74,6 +74,7 @@ class XidynDemo
|
|||
catch (Exception exception)
|
||||
{
|
||||
System.out.println(exception.getMessage());
|
||||
exception.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue