Skip to content

Commit 25effa7

Browse files
committed
evernote
1 parent ca9f247 commit 25effa7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Coding_iOS/.DS_Store

0 Bytes
Binary file not shown.

Coding_iOS/Views/CodingShareView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ - (void)p_doShareToSnsName:(NSString *)snsName{
303303
}else{
304304
htmlStr = [self p_shareText];
305305
}
306-
htmlStr = [htmlStr stringByAppendingFormat:@"<p>\n<a href=\"%@\">冒泡原始链接</a></p>", [self p_shareLinkStr]];
306+
htmlStr = [htmlStr stringByAppendingFormat:@"<p><a href=\"%@\">冒泡原始链接</a></p>", [self p_shareLinkStr]];
307307
noteToSave.content = [ENNoteContent noteContentWithSanitizedHTML:htmlStr];
308308

309309
if (![[ENSession sharedSession] isAuthenticated]) {

0 commit comments

Comments
 (0)