More CS fixes

This commit is contained in:
Klaus Silveira
2013-03-28 23:53:25 -03:00
parent 132ba42616
commit 90a854bf06
8 changed files with 24 additions and 24 deletions

View File

@@ -20,9 +20,9 @@ $(function () {
});
}
if ($('#readme-content').length) {
if ($('#md-content').length) {
var converter = new Showdown.converter();
$('#readme-content').html(converter.makeHtml($('#readme-content').text()));
$('#md-content').html(converter.makeHtml($('#md-content').text()));
}
function paginate() {