Fixed link whitespaces between attributes
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@176827 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
eb4e11c081
commit
c7324fe5d3
|
@ -36,7 +36,7 @@ public class ReplaceableToken extends Token {
|
|||
stringBuilder.append(key);
|
||||
stringBuilder.append("=\"");
|
||||
stringBuilder.append(attributes.get(key));
|
||||
stringBuilder.append("\" ");
|
||||
stringBuilder.append("\"");
|
||||
}
|
||||
stringBuilder.append(">");
|
||||
stringBuilder.append(linkValue);
|
||||
|
|
Loading…
Reference in New Issue