diff --git a/include/shared-manual.inc b/include/shared-manual.inc index d9593ae9a..ef5883f91 100644 --- a/include/shared-manual.inc +++ b/include/shared-manual.inc @@ -112,7 +112,7 @@ $(document).ready(function() { $(this).siblings().slideToggle("slow"); }); $(".refsect1 .title").each(function() { - url = "http://bugs.php.net/report.php?manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text(); + url = "http://bugs.php.net/report.php?bug_type=Documentation+problem&manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text(); $(this).parent().prepend("
Report a bug
"); }); $("#usernotes .head").click(function() { diff --git a/manual/add-note.php b/manual/add-note.php index bc3e08729..19c11daeb 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -195,7 +195,7 @@ else {