[dw-free] "Account type" link references unrelated FAQ
[commit: http://hg.dwscoalition.org/dw-free/rev/41a01776f217]
http://bugs.dwscoalition.org/show_bug.cgi?id=617
Remove LJ specific link.
Patch by
isabeau.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=617
Remove LJ specific link.
Patch by
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Files modified:
- htdocs/support/see_request.bml
-------------------------------------------------------------------------------- diff -r e9e57139f824 -r 41a01776f217 htdocs/support/see_request.bml --- a/htdocs/support/see_request.bml Thu Apr 02 03:39:02 2009 +0000 +++ b/htdocs/support/see_request.bml Thu Apr 02 03:40:49 2009 +0000 @@ -351,7 +351,7 @@ body<= } # account type - $ret .= "<tr><td align='right' valign='top'><b><a href='$LJ::SITEROOT/support/faqbrowse.bml?faqid=38'><span style='white-space: nowrap'>$ML{'.accounttype'}</span></a>:</b></td><td>"; + $ret .= "<tr><td align='right' valign='top'><b><span style='white-space: nowrap'>$ML{'.accounttype'}</span>:</b></td><td>"; $ret .= LJ::name_caps($u->{'caps'}) || "<i>$ML{'.unknown'}</i>"; $ret .= "</td></tr>\n"; --------------------------------------------------------------------------------