Changeset 4015


Ignore:
Timestamp:
2003-03-27T12:38:19+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed to use class instead of id attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GATEServices.java

    r4014 r4015  
    264264        String annotationType = (String) setIterator.next();
    265265        result = result.replaceAll("<" + annotationType + ">",
    266                        "<div id=\"" + annotationType + "\">");
     266                       "<div class=\"" + annotationType + "\">");
    267267        result = result.replaceAll("</" + annotationType + ">",
    268                        "</div id=\"" + annotationType + "\">");
     268                       "</div class=\"" + annotationType + "\">");
    269269        }
    270270
Note: See TracChangeset for help on using the changeset viewer.