Skip to content

Commit

Permalink
Sensible defaults, don't hide charge and isotopes in formula output.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Nov 11, 2015
1 parent 81c437a commit 948da17
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -329,7 +329,7 @@ public static String getHillString(IMolecularFormula formula) {
*
*/
public static String getHTML(IMolecularFormula formula) {
return getHTML(formula, false, false);
return getHTML(formula, true, true);
}

/**
Expand Down

0 comments on commit 948da17

Please sign in to comment.