Skip to content

Commit

Permalink
Merge pull request #72 from ciaranlp/master
Browse files Browse the repository at this point in the history
Adding containing div for accordion body text
  • Loading branch information
Himanshu Rajotia committed Dec 18, 2015
2 parents 2d77b23 + 5c8c6b4 commit 13fd244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-accordion",
"version": "2.0.2",
"version": "2.0.3",
"framework": "^2.0.0",
"homepage": "https://github.com/adaptlearning/adapt-contrib-accordion",
"issues": "https://adaptlearning.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10100&issuetype=1&priority=6&components=10515",
Expand Down
4 changes: 3 additions & 1 deletion templates/accordion.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
</button>
<div class="accordion-item-body">
<div class="accordion-item-body-inner">
{{{a11y_text body}}}
<div class="accordion-item-text">
{{{a11y_text body}}}
</div>
{{#if _graphic}}
{{#if _graphic.src}}
<div class="accordion-item-graphic">
Expand Down

0 comments on commit 13fd244

Please sign in to comment.