Project

General

Profile

« Previous | Next » 

Revision 88ed5ecf

Added by Andreas Kohlbecker almost 3 years ago

fixing problem with getting media caption texts in galleries

View differences:

src/main/java/eu/etaxonomy/dataportal/elements/GalleryImage.java
32 32
		if(captionCell == null){
33 33
			return null;
34 34
		}
35
		return captionCell.findElement(By.tagName("dl")).getText();
35
		return captionCell.getText();
36 36
	}
37 37

  
38 38
	public LinkElement getCaptionLink() {

Also available in: Unified diff