Closed (fixed)
Project:
Domain
Version:
6.x-1.0-rc4
Component:
- Domain User
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2008 at 19:15 UTC
Updated:
8 Aug 2008 at 15:44 UTC
Very minor, but it does add an extra closing /div on the settings page which subsequently pops that which follows it out of my layout.
It seems to be generated around the list of reserved usernames....
<p>
<h3>Reserved Usernames</h3>
<p>The following usernames cannot be registered, since they are used as unique subdomains:</p>
</div>????????????????????????????????????????????????????????????????????????????????????????
<ul><li>michael-shanley.com</li></ul>
</p>
Also, it seems bizarre to put a heading or a list within a paragraph, so maybe that's part of the coding error.
But anyway, thank you SOOOOOOOO much for this awesome module!
Oh! -- Just in case you need these...
Drupal 6.3,
MySQL 5.x
PHP 5.2
I've got too many modules on this site to list them all, but nothing that would cause this kind of PHP error.
Comments
Comment #1
agentrickardNah, the extra
<p>was there to provide spacing -- should be a BR. The div is vestigial, like the appendix. Line 70 of domain_user.admin.inc should be:This would apply (slightly offset) to D5 as well.
Comment #2
agentrickardCommitted to HEAD. Needs backport.
Comment #3
agentrickardCommitted to 5.x.dev.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.