We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9f247 commit 25effa7Copy full SHA for 25effa7
Coding_iOS/.DS_Store
0 Bytes
Coding_iOS/Views/CodingShareView.m
@@ -303,7 +303,7 @@ - (void)p_doShareToSnsName:(NSString *)snsName{
303
}else{
304
htmlStr = [self p_shareText];
305
}
306
- htmlStr = [htmlStr stringByAppendingFormat:@"<p>\n<a href=\"%@\">冒泡原始链接</a></p>", [self p_shareLinkStr]];
+ htmlStr = [htmlStr stringByAppendingFormat:@"<p><a href=\"%@\">冒泡原始链接</a></p>", [self p_shareLinkStr]];
307
noteToSave.content = [ENNoteContent noteContentWithSanitizedHTML:htmlStr];
308
309
if (![[ENSession sharedSession] isAuthenticated]) {
0 commit comments