|
@@ -517,7 +517,7 @@ function streamContents($path, $include_target, $start_time, $count, $order, $ex
|
|
|
'title' => $entry->title(),
|
|
'title' => $entry->title(),
|
|
|
'summary' => array('content' => $entry->content()),
|
|
'summary' => array('content' => $entry->content()),
|
|
|
'alternate' => array(
|
|
'alternate' => array(
|
|
|
- array('href' => $entry->link()),
|
|
|
|
|
|
|
+ array('href' => htmlspecialchars_decode($entry->link(), ENT_QUOTES)),
|
|
|
),
|
|
),
|
|
|
'categories' => array(
|
|
'categories' => array(
|
|
|
'user/-/state/com.google/reading-list',
|
|
'user/-/state/com.google/reading-list',
|