We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bf6ee commit 1d78a7cCopy full SHA for 1d78a7c
1 file changed
Coding_iOS/Models/ProjectTopic.m
@@ -30,7 +30,7 @@ - (instancetype)init
30
31
- (void)setContent:(NSString *)content{
32
if (_content != content) {
33
- _htmlMedia = [HtmlMedia htmlMediaWithString:content showType:MediaShowTypeAll];
+ _htmlMedia = [HtmlMedia htmlMediaWithString:content showType:MediaShowTypeCode];
34
_content = _htmlMedia.contentDisplay;
35
}
36
0 commit comments