<script>
 $.countdown.setDefaults($.countdown.regional['{{ LANGUAGE_CODE }}']);
 d = new Date({{ pd_counter }}, 1, 1);
-$('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime}); 
+$('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime});
 </script>