Commit 8c4edc02d96db3849a92747fc093a3cc1b897284

Authored by iOS-Xiaowen
1 parent 9887e758

no message

CNLiveScioLive/Pages/Home/新闻详情/OldController/OldArticleDetailViewController.m
... ... @@ -76,7 +76,7 @@
76 76 "</body>"
77 77 "</html>",[_dictionary objectForKey:@"title"],[_dictionary objectForKey:@"createDate"],[NSString stringWithFormat:@"%@:%@",CustomStr(@"Source"), author?author:@"国新网"],fontArray[fontIndex],content];
78 78 // NSString * htmlcontent = [NSString stringWithFormat:@"<div id=\"webview_content_wrapper\">%@<font style=\"font-size:%@px;\">%@</font></div>",htmlHeader,fontArray[fontIndex],content];
79   - [htmlcontent stringByReplacingOccurrencesOfString:@"amp;" withString:@""];
  79 +// [htmlcontent stringByReplacingOccurrencesOfString:@"amp;" withString:@""];
80 80 NSLog(@"htmlcontent = %@",htmlcontent);
81 81 return htmlcontent;
82 82 }
... ...