Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Aug 29, 2016
1 parent 6caec48 commit f8272b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ function jSelectArticle_" . $this->id . "(id, title, catid, object, url, languag
// New article button
if ($allowNew)
{
$html .= = '<a'
$html .= '<a'
. ' class="btn hasTooltip' . ($value ? ' hidden' : '') . '"'
. ' id="' . $this->id . '_new"'
. ' data-toggle="modal"'
Expand Down

0 comments on commit f8272b9

Please sign in to comment.