mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-02 03:40 am

[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 [community profile] isabeau.

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";
 
--------------------------------------------------------------------------------