diff --git a/src/InfoDisplay.cpp b/src/InfoDisplay.cpp
index 464e67997c2c66ec4297a0ca9565e9ab9ea698fd..85734c31fc338e663c73ca4f77fdecede0ba9769 100644
--- a/src/InfoDisplay.cpp
+++ b/src/InfoDisplay.cpp
@@ -124,7 +124,9 @@ void InfoDisplay::display(const FqInfos& infos) {
 	(*out)<<setw(2)<<infos.quartiles_totPhred[0]<<K_COL_SEP<<infos.quartiles_totPhred[1]<<K_COL_SEP<<infos.quartiles_totPhred[1]<<K_COL_SEP;
 	displayFload1DLine(infos,infos.phScoreDist_per_pos);
 	(*out)<<"avg.Phred(R)                                            ";
-	(*out)<<setw(2)<<infos.quartiles_avgPhred[0]<<K_COL_SEP<<infos.quartiles_avgPhred[1]<<K_COL_SEP<<infos.quartiles_avgPhred[2]<<K_COL_SEP;
+	(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[0]<<K_COL_SEP;
+	(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[1]<<K_COL_SEP;
+	(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[2]<<K_COL_SEP;
 	displayFload1DLine(infos,infos.read_phred_scores);
 	(*out)<<"no.Errors(E)                                            ";
 	(*out)<<setw(2)<<right<<infos.quartiles_noErrors[0]<<K_COL_SEP;