Skip to content

Commit d770a87

Browse files
committed
minor update
1 parent 3d7ec2d commit d770a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mvnsearch/config/CmsDialect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public Set<IProcessor> getProcessors() {
2828
@Override
2929
protected String getText(Arguments arguments, Element element, String attributeName) {
3030
String attributeValue = element.getAttributeValue(attributeName);
31-
return attributeValue + "1";
31+
return "Load from cms fragment: <h3>"+attributeValue + "</h3>";
3232
}
3333

3434
@Override

0 commit comments

Comments
 (0)