Removed unneeded attribute "style"

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@176814 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-01-25 10:10:46 +00:00
parent 9e7bd7e00b
commit 2a7312258d
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@ public class ReplaceableToken extends Token {
attributes.putAll(additionalAttributes);
}
attributes.put("class", "link");
if(!attributes.containsKey("style")) {
attributes.put("style", "font-size:14px;");
}
attributes.put("href", linkTarget);
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append("<a ");