浏览代码

Merge pull request #4258 from rwinch/gh-pages

Merge spring-projects/gh-pages
Rob Winch 8 年之前
父节点
当前提交
a1afe18af5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/projectDocumentationWidget.js

+ 1 - 1
js/projectDocumentationWidget.js

@@ -95,7 +95,7 @@ Spring.SnippetView = Backbone.View.extend({
     this.combinedTemplate = _.template(
     	"<div class=\"highlight\"><pre><code>" +
         downloadTemplate.find("code:first").html() +
-        "{@ if (repository) { @}" +
+        "{@ if (typeof(repository) != \"undefined\") { @}" +
         repositoryTemplate.find("code:first").html() +
         "{@ } @}" +
         "</code></pre></div>"