Merge pull request #71 from jasonquick/patch-1

Remove redundant closing anchor tag in tooltips documentation
This commit is contained in:
Tom Johnson 2017-04-10 22:21:51 -07:00 committed by GitHub
commit d50e5bced3

View File

@ -16,7 +16,7 @@ Suppose you have a glossary.yml file inside your \_data folder. You could pull i
{% raw %} {% raw %}
```html ```html
<a href="#" data-toggle="tooltip" data-original-title="{{site.data.glossary.jekyll_platform}}">Jekyll</a> is my favorite tool for building websites.</a> <a href="#" data-toggle="tooltip" data-original-title="{{site.data.glossary.jekyll_platform}}">Jekyll</a> is my favorite tool for building websites.
``` ```
{% endraw %} {% endraw %}