Refactoring of the welcome diagram.

This commit is contained in:
Maxime Sinclair
2011-03-09 16:55:57 +01:00
parent c98015f417
commit 5c149977fb
4 changed files with 49 additions and 9 deletions

View File

@@ -14,10 +14,12 @@ 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 {
} else { */
if (decodedAttribute != null) {
umltext = decodedAttribute.toString();
}
%>