From 67ae481db9ea6f46ae332b6dfda72ed8379d0f19 Mon Sep 17 00:00:00 2001 From: Patrizio Sotgiu Date: Wed, 7 Jun 2017 14:51:46 -0700 Subject: [PATCH] Replace smart quotes with straight quotes - lib/app/views/main.html - lib/app/views/sections.html --- lib/app/views/main.html | 12 ++++++------ lib/app/views/sections.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/app/views/main.html b/lib/app/views/main.html index 109b431f..035ef692 100644 --- a/lib/app/views/main.html +++ b/lib/app/views/main.html @@ -44,7 +44,7 @@

Error: {{status.error.name}}

ng-class="{ 'active': (currentSection === section.reference), 'sub-active': (currentSection.indexOf(section.reference + '.') === 0) }" ng-click="clearSearch()" ui-sref="app.index.section({section: section.reference})"> - {{ section.reference }} + {{ section.reference }} @@ -84,7 +84,7 @@

Error: {{status.error.name}}

ng-class="{ 'active': (currentSection === section.reference), 'sub-active': (currentSection.indexOf(section.reference + '.') === 0) }" ng-click="clearSearch(); show = !show;" ui-sref="{{isMainSectionNavigable()}}"> - {{ section.reference }} + {{ section.reference }}