Closed Bug 1152844 Opened 9 years ago Closed 9 years ago

Refactor all includes to use quotation marks

Categories

(Webtools Graveyard :: Air Mozilla, defect)

x86
macOS
defect
Not set
normal

Tracking

(firefox40 affected)

RESOLVED FIXED
Tracking Status
firefox40 --- affected

People

(Reporter: peterbe, Unassigned)

Details

(Whiteboard: [good first bug])

We should always do template includes like this::

 {% include "some/template.html" %}

Not!::

 {% include 'some/template.html' %}

The code is sprinkled with inconsistencies like that.
Whiteboard: [good first bug]
I submitted a pull request for this here: https://github.com/mozilla/airmozilla/pull/283
Commits pushed to master at https://github.com/mozilla/airmozilla

https://github.com/mozilla/airmozilla/commit/e752a6c36ec9dac14732369d528b7be66b5e50fe
fixes bug 1152844 - Refactor all includes to use quotation marks

https://github.com/mozilla/airmozilla/commit/bda9aaeaa11313b3e1565e147a5da68dea22e747
Merge pull request #283 from blossomica/bug1152844-Refactor-all-includes-to-use-quotation-marks

fixes bug 1152844 - Refactor all includes to use quotation marks
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.