Merge remote branch 'origin'

This commit is contained in:
Maxime Sinclair
2011-02-18 15:45:05 +01:00

View File

@@ -14,7 +14,10 @@ if (encodedAttribute != null) {
}
}
Object decodedAttribute = request.getAttribute("net.sourceforge.plantuml.servlet.decoded");
if (decodedAttribute != null) {
if (decodedAttribute == null) {
umltext = "Bob -> Alice : hello";
imgurl = host + contextRoot + "/img/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000";
} else {
umltext = decodedAttribute.toString();
}
%>