diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-07-20 14:04:12 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-07-20 14:04:12 -0700 |
commit | 98057af219a60f1b3d95ddd0ab40fef0dfea7b05 (patch) | |
tree | 4aa19724fa211f28222f62a30d69c407344b7aa4 /theme | |
parent | 8f14db64dfc5e3f75922f8b537cf176dfdd71404 (diff) | |
parent | bb48c8233c1d51cde2b9116ddf2836602edbce19 (diff) | |
download | gitbook-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.html | 2 |
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 %} |