diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc
index 130f914c..f9eb7df3 100644
--- a/lam/lib/modules.inc
+++ b/lam/lib/modules.inc
@@ -1473,12 +1473,6 @@ class accountContainer {
* Prints the HTML code of the module tabs.
*/
private function printModuleTabs() {
- // calculate button width
- $buttonWidth = 0;
- for ($b = 0; $b < sizeof($this->order); $b++) {
- $tempWidth = round(0.8 * strlen(utf8_decode($this->module[$this->order[$b]]->get_alias()))) + 2;
- if ($buttonWidth < $tempWidth) $buttonWidth = $tempWidth;
- }
// $x is used to count up tabindex
$x=0;
echo "
";
@@ -1490,7 +1484,7 @@ class accountContainer {
if ($buttonStatus == 'hidden') continue;
$class = $this->type . "list-head";
if ($this->order[$this->current_page] == $this->order[$i]) $class = $this->type . "list-edit";
- echo "\n";
+ echo " | \n";
echo " |