Skip to content
Snippets Groups Projects
Commit 19dfabad authored by Devin Zuczek's avatar Devin Zuczek
Browse files

Issue #2409983: remove stray link to old css

parent 9511df85
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,6 @@ function theme_multichoice_answer_node_view($variables) {
$show_correct = $variables['show_correct'];
$header = array('', '');
$p = drupal_get_path('module', 'multichoice');
drupal_add_css($p . '/theme/multichoice.css');
foreach ($alternatives as $i => $short) {
$answer_markup = check_markup($short['answer']['value'], $short['answer']['format']);
// Find the is_correct status
......
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