Commit dc837ecf authored by Jojo Boulix's avatar Jojo Boulix
Browse files

Bugfix: in the ODS export, all scores were written as percentages. Refs #595.

parent 68443c85
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@ sub export {
			 );

    # NoteQp : note pour une question, en pourcentage
    $styles->createStyle('NoteQ',
    $styles->createStyle('NoteQp',
			 parent=>'NoteQbase',
			 family=>'table-cell',
			 'references'=>{'style:data-style-name' => 'Percentage'},