diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index b6963c677..1eb9bae2b 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1966,7 +1966,7 @@ function drupal_get_js($scope = 'header', $javascript = NULL) { * 'class' => 'draggable', * ); * @endcode - * + * * Calling drupal_add_tabledrag() would then be written as such: * @code * drupal_add_tabledrag('my-module-table', 'order', 'sibling', 'my-elements-weight'); |