Skip to content
Snippets Groups Projects
Commit c58241c2 authored by Zen's avatar Zen
Browse files

cleanup

parent 7deacb53
No related branches found
Tags 7.x-1.1-alpha1
No related merge requests found
......@@ -62,7 +62,7 @@ function quote_node_view($node, $view_mode) {
$node->content['links']['quote'] = array(
'#links' => $links,
'#attributes' => array('class' => array('links', 'inline')),
'#attributes' => array('class' => array('links', 'inline'))
);
}
}
......@@ -84,7 +84,7 @@ function quote_comment_view($comment) {
}
$comment->content['links']['quote'] = array(
'#links' => $links,
'#attributes' => array('class' => array('links', 'inline')),
'#attributes' => array('class' => array('links', 'inline'))
);
}
}
......@@ -146,8 +146,9 @@ function quote_filter_info() {
$filters['quote'] = array(
'title' => t('Converts [quote] tags into <div> tags. Must usually apply after HTML filters unless an exception is made for <div> tags.'),
'process callback' => '_quote_filter_process',
'tips callback' => 'quote_filter_tips',
'tips callback' => 'quote_filter_tips'
);
return $filters;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment