<?php
/**
 * Options for the Progrecss Plugin
 */
//! Format for percentage display, as specified by sprintf()
$conf['percent_format']      = '%u';
//! Character used as divmark for fractions
$conf['fraction_divisor']    = '/';

