mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
Fix bullet problem in UI
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@
|
|||||||
<label>Java Version:</label>
|
<label>Java Version:</label>
|
||||||
<% javaVersions.each { %>
|
<% javaVersions.each { %>
|
||||||
<label class="radio">
|
<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}
|
${it.value}
|
||||||
</label><% } %>
|
</label><% } %>
|
||||||
<button type="submit" class="btn">Generate</button>
|
<button type="submit" class="btn">Generate</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user