Skip to content

Commit

Permalink
Dev: Missing alt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 17, 2017
1 parent ffa0d6b commit a32c02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/helpers/viewHelper.php
Expand Up @@ -315,6 +315,6 @@ public static function getLanguageData($bOrderByNative=false,$sLanguageCode='en'
*/
public static function getViewTestTag($name)
{
return sprintf('<x-test id="action::%s" />', $name);
return sprintf('<x-test id="action::%s"></x-test>', $name);
}
}
2 changes: 1 addition & 1 deletion application/views/admin/survey/breadcrumb.php
Expand Up @@ -9,7 +9,7 @@
<ol class="breadcrumb ls-flex-row align-items-center align-content-flex-start <?=$extraClass?>">
<li>
<a id="breadcrumb__surveylist--link" class="pjax animate home-icon" href="<?php echo App()->createUrl('admin/survey/sa/listsurveys');?>">
<img src="<?=LOGO_ICON_URL ?>" height="26" style="display:block;" title="<?php et('Survey list')?>" />
<img src="<?=LOGO_ICON_URL ?>" height="26" style="display:block;" alt="Survey list" title="<?php et('Survey list')?>" />
</a>
</li>
<?php //First create the basis with a surveylink if set?>
Expand Down

0 comments on commit a32c02a

Please sign in to comment.