mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Merge pull request #4258 from rwinch/gh-pages
Merge spring-projects/gh-pages
This commit is contained in:
commit
a1afe18af5
@ -95,7 +95,7 @@ Spring.SnippetView = Backbone.View.extend({
|
|||||||
this.combinedTemplate = _.template(
|
this.combinedTemplate = _.template(
|
||||||
"<div class=\"highlight\"><pre><code>" +
|
"<div class=\"highlight\"><pre><code>" +
|
||||||
downloadTemplate.find("code:first").html() +
|
downloadTemplate.find("code:first").html() +
|
||||||
"{@ if (repository) { @}" +
|
"{@ if (typeof(repository) != \"undefined\") { @}" +
|
||||||
repositoryTemplate.find("code:first").html() +
|
repositoryTemplate.find("code:first").html() +
|
||||||
"{@ } @}" +
|
"{@ } @}" +
|
||||||
"</code></pre></div>"
|
"</code></pre></div>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user