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

Commit 762b2ae

Browse files
committed
Merge pull request #2 from jeffbcross/rm_short_tags
fix(fetch): Replaced php short tag with <?php in fetch latest script.
2 parents 643f38b + 523b102 commit 762b2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetchLatestSnapshot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<pre><?php echo `date`; ?></pre>
7-
<pre><?
7+
<pre><?php
88
$ver = $_GET['ver'];
99
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-v1.0.x/ws/build/';
1010
$url = $ciBase.'angular-'.$ver.'.zip';

0 commit comments

Comments
 (0)