2
0
forked from Wavyzz/dolibarr

Fixing style errors.

This commit is contained in:
stickler-ci
2019-09-29 17:59:12 +00:00
parent 455dd279e3
commit c8ab03432b
2 changed files with 1 additions and 2 deletions

View File

@@ -286,4 +286,4 @@ function printDropdownBookmarksList($aDb, $aLangs)
} }
return $html; return $html;
} }

View File

@@ -1973,7 +1973,6 @@ function top_menu_bookmark(User $user, Translate $langs)
}); });
</script> </script>
'; ';
} }
return $html; return $html;
} }