Closed
Bug 648811
Opened 14 years ago
Closed 14 years ago
Hardcoded strings in spark
Categories
(Websites :: spark.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: zbraniecki, Unassigned)
Details
I wrote a script for checking hardcoded strings in templates and found 5 in spark:
== File ./templates/teaser/teaser.html ==
2: <title>Coming Soon | Firefox Spark</title>
3: <h1>\n Firefox Spark\n\t </h1>
4: <h2>Coming Soon!</h2>
5: <p class="sans">Come back and play the Spark game to celebrate our final release of Firefox 4 for Android.</p>
6: <p class="sans">Take challenges, earn badges, and be part of something big, beautiful and bright!</p>
Are those in use?
Comment 1•14 years ago
|
||
This is the code for a teaser page that was used before the campaign went live. These strings aren't used anymore.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•