I'm using the biblatex package with
\usepackage[backend=bibtex,style=verbose-trad2]{biblatex}
and the command \autocite{ref1,ref2}
correctly produces footnotes with reference1; reference2.
However, I would like the two references to be separated by a dot like $\bullet$, instead of semicolon ;
Is that possible?
