Skip to content

Commit

Permalink
Merge branch 'allow-markup-in-dialog' into release-2.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Apr 12, 2016
2 parents 87f90c5 + 71a4043 commit 9b6d753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'label' => 'Tao base',
'description' => 'TAO meta-extension',
'license' => 'GPL-2.0',
'version' => '2.15.5',
'version' => '2.15.6',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'generis' => '>=2.7.1'
Expand Down
3 changes: 1 addition & 2 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,7 @@ public function update($initialVersion) {
$this->setVersion('2.15.5');
}


return null;
$this->skip('2.15.5', '2.15.6');
}

private function migrateFsAccess() {
Expand Down
2 changes: 1 addition & 1 deletion views/js/ui/dialog/tpl/body.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="message">{{message}}</p>

{{#if content}}
<div class="content">{{content}}</div>
<div class="content">{{{content}}}</div>
{{/if}}

<div class="buttons rgt"></div>
Expand Down

0 comments on commit 9b6d753

Please sign in to comment.