small fix

This commit is contained in:
administrateur 2007-03-06 13:53:54 +01:00
parent d1d23079b8
commit ca2d4dd5f3
2 changed files with 6 additions and 0 deletions

3
TODO
View file

@ -11,3 +11,6 @@ add a option to do not have to extract the body, to optimize.
20070215, cpm:
add management of Presenter (String html) with Presenter (String fileName)
20070228, cpm:
add merging strategy parameter in attribute Data define.

View file

@ -313,6 +313,9 @@ public class Data
*/
public void appendAttribute (String id, int line, String column, String label, String value)
{
org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger (Data.class);
IdData tag = this.getIdData (id, line, column);
tag.getAttributes ().appendAttribute (label, value);