mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Fix bullet problem in UI
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<label>Java Version:</label>
|
||||
<% javaVersions.each { %>
|
||||
<label class="radio">
|
||||
<input type="radio" name="packaging" value="${it.value}"${it.selected==true ? ' checked="true"' : ''}/>
|
||||
<input type="radio" name="javaVersion" value="${it.value}"${it.selected==true ? ' checked="true"' : ''}/>
|
||||
${it.value}
|
||||
</label><% } %>
|
||||
<button type="submit" class="btn">Generate</button>
|
||||
|
||||
Reference in New Issue
Block a user