Skip to content

Commit

Permalink
Paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 30, 2011
1 parent 01401e4 commit c040819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -93,7 +93,7 @@ <h3><a href="#">Tell you how tall is the Eiffel tower</a></h3>
}
height.height = height.height.substr(2, 7);
jQuery('#towerheight .resultsholder').append(
"Eiffel Tower, at " + height.year + " was " + height.height + " tall. We also know " + Object.keys(entity.attributes).length + " other facts about the tower."
jQuery("<p>Eiffel Tower, at " + height.year + " was " + height.height + " tall. We also know " + Object.keys(entity.attributes).length + " other facts about the tower.</p>")
);
});
});
Expand Down

0 comments on commit c040819

Please sign in to comment.