Yuck. Yet more XHTML validity fixes.
This commit is contained in:
parent
21a403b04f
commit
09e8b609b6
3 changed files with 7 additions and 11 deletions
|
@ -43,12 +43,12 @@
|
|||
</li>
|
||||
</ol>
|
||||
|
||||
<p align="right">
|
||||
<p style="text-align:right">
|
||||
<input type="submit" value="Setup" style="margin-left: 40px" />
|
||||
</p>
|
||||
<%= end_form_tag %>
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
function proposeAddress() {
|
||||
document.getElementById('web_address').value =
|
||||
document.getElementById('web_name').value.replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue