| missing space after comma | Other | javascript_libraries.admin.inc | 16 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | javascript_libraries.admin.inc | 63 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | javascript_libraries.admin.inc | 71 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | javascript_libraries.admin.inc | 71 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | javascript_libraries.admin.inc | 98 | N/A |  |
| else statements should begin on a new line | Other | javascript_libraries.admin.inc | 178 | N/A |  |
| missing space after comma | Other | javascript_libraries.admin.inc | 214 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | javascript_libraries.admin.inc | 285 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | javascript_libraries.admin.inc | 304 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | javascript_libraries.admin.inc | 304 | N/A |  |
| use lowercase html tags to comply with XHTML | Other | javascript_libraries.admin.inc | 456 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | javascript_libraries.admin.inc | 498 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | javascript_libraries.admin.inc | 523 | N/A |  |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | javascript_libraries.admin.inc | 544 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | javascript_libraries.admin.inc | 559 | N/A |  |