Merge pull request #71 from jasonquick/patch-1
Remove redundant closing anchor tag in tooltips documentation
This commit is contained in:
commit
d50e5bced3
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user