Strip beginning and trailing white space from project descriptions
Closed this issue · 2 comments
jonrkarr commented
Example
<rdf:Description rdf:about="http://omex-library.org/4a7.omex">
<dc:description>
CellML model derived from: Boron WF and De Weer P. Intracellular pH transients in squid giant axons caused by CO2, NH3, and metabolic inhibitors. Journal of General Physiology, Vol. 67, pp 91-112, 1976.
</dc:description>
</rdf:Description>
jonrkarr commented
Just apply .strip()
to the string.
bilalshaikh42 commented
yup just hadn't gotten to this one yet but accidentally closed it. Done now