mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-11-05 20:37:53 +00:00
Merge remote branch 'origin'
This commit is contained in:
commit
b8a37037ee
@ -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();
|
||||
}
|
||||
%>
|
||||
|
Loading…
Reference in New Issue
Block a user