downloaded the latest 5.x-2.x -dev, and note that in file calendar.theme, function theme_calendar_nav

    $output .= l(t('‹ !period  ', array('!period' => $period)), $prev_path, array('rel' => 'nofollow'), (!empty($querystring) ? $querystring : NULL));

similar scunchy looking code occurs in several places.

Comments

KarenS’s picture

Status: Active » Fixed

That's correct, what makes you think it's not? I could simplify it by taking away your ability to control the title on the link, but I thought it would be nice to have that control, which requires using drupal's l() function, which needs these parameters.

pierce’s picture

I guess its the a-hat, euro, superscript-1 at the start of hte string in the T() that confuses me. is that some code in UTF8 or something?

KarenS’s picture

That's an ASCI code symbol that creates a nice looking back and forward pointer, it looks better than the < and > symbols.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.