always tint attribution links
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -125,7 +125,7 @@ | @@ -125,7 +125,7 @@ | ||
125 | margin = @""; | 125 | margin = @""; |
126 | } | 126 | } |
127 | 127 | ||
128 | - [contentString appendString:[NSString stringWithFormat:@"a:link { color: %@; text-decoration: none; }", linkColor]]; | 128 | + [contentString appendString:[NSString stringWithFormat:@"a { color: %@; text-decoration: none; }", linkColor]]; |
129 | [contentString appendString:[NSString stringWithFormat:@"body { color: %@; font-family: %@; %@text-align: center; %@}", textColor, fontFamily, fontSize, margin]]; | 129 | [contentString appendString:[NSString stringWithFormat:@"body { color: %@; font-family: %@; %@text-align: center; %@}", textColor, fontFamily, fontSize, margin]]; |
130 | [contentString appendString:@"</style>"]; | 130 | [contentString appendString:@"</style>"]; |
131 | 131 |
-
Please register or login to post a comment