Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7da70af

Browse files
committed
fix(scenario): Change title to "AngularJS"
1 parent 836e4c1 commit 7da70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenario/output/Html.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ angular.scenario.output('html', function(context, runner, model) {
1212

1313
context.append(
1414
'<div id="header">' +
15-
' <h1><span class="angular">&lt;angular/&gt;</span>: Scenario Test Runner</h1>' +
15+
' <h1><span class="angular">AngularJS</span>: Scenario Test Runner</h1>' +
1616
' <ul id="status-legend" class="status-display">' +
1717
' <li class="status-error">0 Errors</li>' +
1818
' <li class="status-failure">0 Failures</li>' +

0 commit comments

Comments
 (0)