diff options
author | justanotheranonymoususer <mailnew4ster+github@gmail.com> | 2014-07-20 23:57:56 +0300 |
---|---|---|
committer | justanotheranonymoususer <mailnew4ster+github@gmail.com> | 2014-07-20 23:57:56 +0300 |
commit | bb48c8233c1d51cde2b9116ddf2836602edbce19 (patch) | |
tree | 4aa19724fa211f28222f62a30d69c407344b7aa4 /theme | |
parent | 8f14db64dfc5e3f75922f8b537cf176dfdd71404 (diff) | |
download | gitbook-bb48c8233c1d51cde2b9116ddf2836602edbce19.zip gitbook-bb48c8233c1d51cde2b9116ddf2836602edbce19.tar.gz gitbook-bb48c8233c1d51cde2b9116ddf2836602edbce19.tar.bz2 |
Update summary.html
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 %} |