diff options
| author | Igor Minar | 2012-06-26 14:50:19 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-07-02 08:21:19 -0700 | 
| commit | f0a090ddf256d0c144e705c0cdf4216d824140f9 (patch) | |
| tree | 0ce47418615be960f5e9d7e580f6edf1c59076db /docs/spec | |
| parent | 6d9313a68d82654d389c0b2c3e4af148382f14be (diff) | |
| download | angular.js-f0a090ddf256d0c144e705c0cdf4216d824140f9.tar.bz2 | |
fix(docs): correctly generate sitemap
Diffstat (limited to 'docs/spec')
| -rw-r--r-- | docs/spec/sitemapSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/spec/sitemapSpec.js b/docs/spec/sitemapSpec.js index 5f927835..a6fc03cd 100644 --- a/docs/spec/sitemapSpec.js +++ b/docs/spec/sitemapSpec.js @@ -15,7 +15,7 @@ describe('sitemap', function() {      var map = new SiteMap([new Doc({section: 'foo', id: 'a.b.c<>\'"&'})]);      expect(map.render()).toContain([        ' <url>', -      '<loc>http://docs.angularjs.org/#!/foo/a.b.c<>'"&</loc>', +      '<loc>http://docs.angularjs.org/foo/a.b.c<>'"&</loc>',        '<changefreq>weekly</changefreq>',        '</url>'].join('')); | 
