This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 149702 - <strong></strong> into the title of register.html
Summary: <strong></strong> into the title of register.html
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: Registration (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 04:08 UTC by Masaki Katakai
Modified: 2008-10-10 17:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-10-10 04:08:22 UTC
I tried the registration feature quickly.

In local register.html,

<title>Register your @@PRODUCT@@</title>

will be changed to like below,

<title>Register your <strong>NetBeans IDE 6.5</strong></title>
Comment 1 mslama 2008-10-10 08:31:20 UTC
I added new token @@PRODUCT_TITLE@@ into register.html to distinguish product name in web page title and in body text.
It is in org.netbeans.modules.reglib.resources.

main #83764ce0241c
Comment 2 Quality Engineering 2008-10-10 17:20:26 UTC
Integrated into 'main-golden', will be available in build *200810101401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/83764ce0241c
User: Marek Slama <mslama@netbeans.org>
Log: #149702: Fix web page title.