Entkerner - 2006-04-21

Logged In: YES
user_id=1506744

Not really a bug, only an annoyance. There are 2 ways to
define the fields in bibtex, with quotes and with curly braces.

won't work with navigator:
@article{anArticle,
author = "The author",
title = "The title"
}

does work:
@article{anArticle,
author = {The author},
title = {The title}
}

However, I strongly wish for both ways to work.