Bug #459
Please fix line 312 in include/onemc_funcs.php
| Status: | Closed | Start date: | 12/24/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | Estimated time: | 1.00 hour | |
| Resolution: | fixed |
Description
Please change line 312 from
312 print "<option value=".$vnet.">".$vnet."</option>";
to
312 print "<option value=\"".$vnet."\">".$vnet."</option>";
Reason:
Network names as "334 network" are perfectly legal in OpenNebula, but without this fix the template creator can't handle them properly (looses all but the first word in the name).
With this fix the onemc works fine :)
History
Updated by Jeroen Nijhof over 1 year ago
- Status changed from New to 3
- Resolution set to fixed
This issue has already been fixed check latest version in svn repo.
Updated by Javi Fontan 8 months ago
- Status changed from 3 to Closed