aboutsummaryrefslogtreecommitdiff
path: root/lib/extern/views/ExternEditGeneric.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extern/views/ExternEditGeneric.class.php')
-rw-r--r--lib/extern/views/ExternEditGeneric.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extern/views/ExternEditGeneric.class.php b/lib/extern/views/ExternEditGeneric.class.php
index f1ef317..111a847 100644
--- a/lib/extern/views/ExternEditGeneric.class.php
+++ b/lib/extern/views/ExternEditGeneric.class.php
@@ -111,7 +111,7 @@ class ExternEditGeneric extends ExternEdit {
$invalidClass = $this->faulty_values[$form_name][0] ? "class=\"invalid\" " : "";
- $out .= "<label $invalidClass>$title\n";
+ $out = "<label $invalidClass>$title\n";
$out .= tooltipIcon($info);
$out .= "<input type=\"text\" name=\"$form_name\" size=\"$size\"";
$out .= " maxlength=\"$maxlength\" value=\"$value\">";