We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeac6f commit a37c75aCopy full SHA for a37c75a
1 file changed
de/uni_stuttgart/ils/reqif4j/xhtml/XHTMLElementText.java
@@ -30,7 +30,7 @@ public XHTMLElementText(Node xhtmlElement, XHTMLNode parent) {
30
31
@Override
32
public String toString() {
33
- return tagName + " {" + textContent + "}";
+ return textContent;
34
}
35
36
0 commit comments