Yuck. Yet more XHTML validity fixes.

This commit is contained in:
Jacques Distler 2007-02-18 23:14:55 -06:00
parent 21a403b04f
commit 09e8b609b6
3 changed files with 7 additions and 11 deletions

View file

@ -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();