Resolves issue #40.
http://github.com/helma-next/helma-next/issues#issue/40
This commit is contained in:
parent
0929cd1e57
commit
eda05c731a
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ public class HacHspConverter {
|
|||
f.append(" (");
|
||||
if (args != null)
|
||||
f.append(args);
|
||||
f.append(") {\n");
|
||||
f.append(") {");
|
||||
f.append(body);
|
||||
f.append("\n}");
|
||||
f.append("}");
|
||||
|
||||
return f.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue