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:
parent
9e7bd7e00b
commit
2a7312258d
|
@ -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 ");
|
||||
|
|
Loading…
Reference in New Issue