summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-07-20 14:04:12 -0700
committerSamy Pessé <samypesse@gmail.com>2014-07-20 14:04:12 -0700
commit98057af219a60f1b3d95ddd0ab40fef0dfea7b05 (patch)
tree4aa19724fa211f28222f62a30d69c407344b7aa4 /theme
parent8f14db64dfc5e3f75922f8b537cf176dfdd71404 (diff)
parentbb48c8233c1d51cde2b9116ddf2836602edbce19 (diff)
downloadgitbook-98057af219a60f1b3d95ddd0ab40fef0dfea7b05.zip
gitbook-98057af219a60f1b3d95ddd0ab40fef0dfea7b05.tar.gz
gitbook-98057af219a60f1b3d95ddd0ab40fef0dfea7b05.tar.bz2
Merge pull request #372 from justanotheranonymoususer/patch-1
Update summary.html (fixed an HTML typo)
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/includes/book/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html
index 8014d7e..3eda4cb 100644
--- a/theme/templates/includes/book/summary.html
+++ b/theme/templates/includes/book/summary.html
@@ -48,7 +48,7 @@
{% if options.links.issues !== false && (options.links.issues || githubId) %}
{% set _divider = true %}
<li>
- <a href="{{ options.links.issues|default(githubHost+githubId+"/issues") }}" target="blank"class="issues-link">Questions and Issues</a>
+ <a href="{{ options.links.issues|default(githubHost+githubId+"/issues") }}" target="blank" class="issues-link">Questions and Issues</a>
</li>
{% endif %}