Return to default_homework.lcpm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.91, 2004/10/21 02:43:34 | version 1.93, 2005/02/17 23:42:38 |
---|---|
Line 560 sub chemparse { | Line 560 sub chemparse { |
} | } |
# get rid of trailing space | # get rid of trailing space |
$formula =~ s/(\ \;| )$//; | $formula =~ s/(\ \;| )$//; |
return &xmlparse($formula); | return &xmlparse($formula); |
} | } |