Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: src/report/templates.py

Issue 1662833005: Fixes Caterpillar crashing while generating report. (Closed) Base URL: https://github.com/chromium/caterpillar.git@master
Patch Set: Skipped broken test. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/report/report.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/report/templates.py
diff --git a/src/report/templates.py b/src/report/templates.py
index 707b8b48b2ada0ebc30b5b1d165504b9daba7c33..c48874e96c2409ac5c8a690dd03bbc96747059fc 100644
--- a/src/report/templates.py
+++ b/src/report/templates.py
@@ -158,7 +158,7 @@ TEMPLATE_FULL = jinja2.Template("""
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Caterpillar Conversion Report: {{ ca_manifest.name }}</title>
+ <title>Caterpillar Conversion Report: {{ chrome_app_manifest.name }}</title>
<link rel="stylesheet" href="report.css">
<body>
<div id="report">
« no previous file with comments | « src/report/report.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698