+
@@ -126,8 +127,7 @@ $(function() { %for chapter in courseware_summary: %if not chapter['chapter'] == "hidden":
  • -

    - ${ chapter['chapter'] }

    +

    ${ chapter['chapter'] }

      %for section in chapter['sections']: @@ -138,7 +138,7 @@ $(function() { percentageString = "{0:.0%}".format( float(earned)/total) if earned > 0 and total > 0 else "" %> -

      +

      ${ section['section'] } ${"({0:.3n}/{1:.3n}) {2}".format( float(earned), float(total), percentageString )}

      ${section['format']} %if 'due' in section and section['due']!="":