From db275724ba3dbd28af5ceaff81d299aa268d6790 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 26 Nov 2012 03:04:47 +0000 Subject: [PATCH] --- pacotes/cswclient/lib/xml/cswclient.xml | 18 +++++++++--------- pacotes/magpierss/scripts/magpie_slashbox.php | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pacotes/cswclient/lib/xml/cswclient.xml b/pacotes/cswclient/lib/xml/cswclient.xml index 7f961b2..d1573bc 100644 --- a/pacotes/cswclient/lib/xml/cswclient.xml +++ b/pacotes/cswclient/lib/xml/cswclient.xml @@ -6,11 +6,11 @@
@@ -25,8 +25,8 @@

@@ -36,7 +36,7 @@

- +
@@ -44,10 +44,10 @@
- + - +

- + diff --git a/pacotes/magpierss/scripts/magpie_slashbox.php b/pacotes/magpierss/scripts/magpie_slashbox.php index bbef30b..2efb169 100644 --- a/pacotes/magpierss/scripts/magpie_slashbox.php +++ b/pacotes/magpierss/scripts/magpie_slashbox.php @@ -2,12 +2,12 @@ define('MAGPIE_DIR', '../'); require_once(MAGPIE_DIR.'rss_fetch.inc'); - + $url = $_GET['rss_url']; ?> -
@@ -38,15 +38,15 @@ echo ""; function slashbox ($rss) { echo ""; echo ""; - + # foreach over each item in the array. # displaying simple links # @@ -58,8 +58,8 @@ function slashbox ($rss) { echo ""; echo $item['title']; echo ""; - } - + } + echo "
"; - + # get the channel title and link properties off of the rss object # $title = $rss->channel['title']; $link = $rss->channel['link']; - + echo "$title"; echo "
"; } -- libgit2 0.21.2