Closed (fixed)
Project:
Dreamy
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2008 at 18:31 UTC
Updated:
30 Mar 2008 at 18:39 UTC
Basically what the title says: the links at the bottom of comments are not inline with the "»". They need to have the class "inline" as well as "links".
See screenies.
| Comment | File | Size | Author |
|---|---|---|---|
| ideal.png | 264.44 KB | Xorothal | |
| current.png | 264.41 KB | Xorothal |
Comments
Comment #1
Xorothal commentedSorry, should have mentioned I'm using FF (IceWeasel) 2.0.0.12
Comment #2
Xorothal commentedAfter some searching and experimenting, I have found that this is an issue with Drupal, not with Dreamy. Line 1682 of modules/comment/comment.module should be
$variables['links'] = isset($variables['links']) ? theme('links', $variables['links'], array('class' => 'links inline')) : '';rather than$variables['links'] = isset($variables['links']) ? theme('links', $variables['links']) : '';