Skip to content

Commit

Permalink
详情页增加作者
Browse files Browse the repository at this point in the history
  • Loading branch information
gaosboy committed Mar 5, 2013
1 parent 8edb562 commit 133ba13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SegmentFault/Resource/GetQuestionDetail.js.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
document.getElementById('q-%@').childNodes[3].innerHTML
document.getElementById('q-%@').childNodes[3].innerHTML+"<div class=\"post-foot\"><table class=\"post-parter\">"+document.getElementsByClassName('post-parter')[0].innerHTML+"</table></div>"
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
}
}

return 54.0f;
return self.titleLabel.bottom + 10.0f;
}

#pragma mark
Expand Down

0 comments on commit 133ba13

Please sign in to comment.