Fix webcfg editor formatting
Committed db5da4
--- a/webint_sites/templates/machine.html
+++ b/webint_sites/templates/machine.html
<small>$size</small>
</pre>
<form action=/machines/$machine["name"]/config method=post>
-<textarea name=webcfg>$render("cat /home/admin/app/run/webcfg.ini")</textarea>
+<textarea name=webcfg>$:get_output("cat /home/admin/app/run/webcfg.ini")</textarea>
<button>Save</button>
</form>