Commit 965b6eba authored by Franco Fichtner's avatar Franco Fichtner

wizard: improve previous

parent 8a0e3bc7
...@@ -697,7 +697,7 @@ function showchange() { ...@@ -697,7 +697,7 @@ function showchange() {
echo "<!-- {$value} -->\n"; echo "<!-- {$value} -->\n";
if($field['description'] <> "") { if($field['description'] <> "") {
echo gettext($field['description']); echo "<br /> " . gettext($field['description']);
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment