Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100091 - Drupal title doesn't display correctly if site_slogan isn't set
Summary: Drupal title doesn't display correctly if site_slogan isn't set
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-23 20:57 UTC by Brandyn A. White
Modified: 2005-07-26 06:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Apply this patch to (drupal_root)/themes/engines/xtemplate/xtemplate.engine (xtemplate.engine.PATCH,484 bytes, patch)
2005-07-23 21:00 UTC, Brandyn A. White
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brandyn A. White 2005-07-23 20:57:11 UTC
In drupal if your site title is "Oopsyouredead.com"
And you don't have a Slogan set for your site, your title will look like
"Oopsyouredead.com | - Mozilla Firefox"

Its just that extra pipe that is the bug.
This really is a cosmetic bug, and I have posted the patch upstream already.  I
also posted a new ebuild patch to fix the many problems with Drupal, and when
that gets accepted I'll make this patch automatic.

Reproducible: Always
Steps to Reproduce:
1.Make a drupal site without a slogan
2.
3.

Actual Results:  
Title is "Oopsyouredead.com | - Mozilla Firefox"

Expected Results:  
Title should be "Oopsyouredead.com - Mozilla Firefox"
Comment 1 Brandyn A. White 2005-07-23 21:00:39 UTC
Created attachment 64175 [details, diff]
Apply this patch to (drupal_root)/themes/engines/xtemplate/xtemplate.engine
Comment 2 Brandyn A. White 2005-07-23 21:01:36 UTC
The patch fixes this minor bugger : )
Comment 3 Brandyn A. White 2005-07-25 20:53:38 UTC
I don't think I should have marked this before it was committed.
Comment 4 Brandyn A. White 2005-07-26 06:58:03 UTC
I reported the bug upstream and they applied the patch, it should be fixed in
the CVS version;however, if this bothers you, just use the patch above.