From cdc54038bafe085f08a516f4e6e604cb8c4e119b Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 14 Jul 2015 07:56:53 -0500 Subject: [PATCH] Remove bad file encoding --- website/views/options/social/challenges.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/views/options/social/challenges.jade b/website/views/options/social/challenges.jade index 734972ac1d..6b9b76a00a 100644 --- a/website/views/options/social/challenges.jade +++ b/website/views/options/social/challenges.jade @@ -1,4 +1,4 @@ -script(type='text/ng-template', id='partials/options.social.challenges.detail.close.html') +script(type='text/ng-template', id='partials/options.social.challenges.detail.close.html') a.btn.btn-sm.btn-danger(ng-click="delete(closingChal)")=env.t('delete') h5= '- ' + env.t('or') + ' -' select(ui-select2, ng-required=true, ng-model='closingChal.winner', data-placeholder=env.t('selectWinner'), ng-change='selectWinner(closingChal)', style='display:block') @@ -65,7 +65,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht div(ui-view) script(type='text/ng-template', id='partials/options.social.challenges.html') - ul.options-blurbmenu + ul.options-blurbmenu li=env.t('blurbChallenges') .container-fluid