Skip to content

Commit

Permalink
warning message when css reference not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Yifan Zhang committed Mar 26, 2013
1 parent 93c9a08 commit c215d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Source/DTHTMLAttributedStringBuilder.m
Expand Up @@ -627,6 +627,9 @@ - (void)_registerTagEndHandlers
[_globalStyleSheet mergeStylesheet:localSheet];
}
}
else {
NSLog(@"WARNING: css link referencing a non-local target, ignored");
}
}
};

Expand Down

0 comments on commit c215d28

Please sign in to comment.