r7157 - dumbhippo/trunk/server/src/com/dumbhippo/server/impl
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7157 - dumbhippo/trunk/server/src/com/dumbhippo/server/impl
- Date: Tue, 8 Jan 2008 19:08:22 -0600 (CST)
Author: marinaz
Date: 2008-01-08 19:08:22 -0600 (Tue, 08 Jan 2008)
New Revision: 7157
Modified:
dumbhippo/trunk/server/src/com/dumbhippo/server/impl/FacebookTrackerBean.java
Log:
We probably don't need double curly braces -- they'll be added when the whole string is converted to JSON.
Modified: dumbhippo/trunk/server/src/com/dumbhippo/server/impl/FacebookTrackerBean.java
===================================================================
--- dumbhippo/trunk/server/src/com/dumbhippo/server/impl/FacebookTrackerBean.java 2008-01-09 00:50:03 UTC (rev 7156)
+++ dumbhippo/trunk/server/src/com/dumbhippo/server/impl/FacebookTrackerBean.java 2008-01-09 01:08:22 UTC (rev 7157)
@@ -339,7 +339,7 @@
Map<String, CharSequence> titleData = new HashMap<String, CharSequence>();
String action = blockView.getSummaryHeading().toLowerCase();
- String link = "<a target{{=}}'_blank' href{{=}}'" + getAbsoluteUrl(blockView.getSummaryLink()) + "'>" + blockView.getSummaryLinkText() + "</a>";
+ String link = "<a target='_blank' href='" + getAbsoluteUrl(blockView.getSummaryLink()) + "'>" + blockView.getSummaryLinkText() + "</a>";
String where = "";
if (blockView.getBlockType().getExternalAccountSource() != null) {
if (blockView.getSummaryHeading().contains("Chatted about")) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]