$this->link() Change
|
Aug 17, 2008 05:28
315 posts
|
I found that, since I was using HTML tags in my titles e.g. <i> </i> tags for emphasis, I would really appreciate the tags not showing up in the title= tag of a link that $this->link() creates. I edited trunk\frog\app\frontend\classes\Page.php like so:
And changed it to:
The specific change in there is:
Becomes:
Hope that helps someone. |
|
Aug 17, 2008 11:14
458 posts
|
@mtylerb - this should be considered an issue... I've added a defect to Frog's issue tracking system. HTML code should not be placed in a page's title attribute. These kind of things should be placed in the layout. |
|
Aug 17, 2008 16:35
315 posts
|
I wasn't sure, thanks for letting me know, I decided I'd just post what I had found. |