From 7c22d7b5e09ccf80c2199a146b669214d5048cc0 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Mon, 20 Sep 2010 16:18:44 +0000 Subject: [PATCH] Current user actions are not shown in rss --- Builder/IISMainHandler/build.txt | 2 +- templates/Rss/WhoIsOnline.xslt | 2 +- templates/Rss/elems/PostInfo.xslt | 48 ++++++++++++++++--------------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index b53e275..8dc0a95 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1463 \ No newline at end of file +1465 \ No newline at end of file diff --git a/templates/Rss/WhoIsOnline.xslt b/templates/Rss/WhoIsOnline.xslt index 18e499a..fe216f2 100644 --- a/templates/Rss/WhoIsOnline.xslt +++ b/templates/Rss/WhoIsOnline.xslt @@ -3,7 +3,7 @@ Êòî â îíëàéíå - + diff --git a/templates/Rss/elems/PostInfo.xslt b/templates/Rss/elems/PostInfo.xslt index 02576cd..996aab5 100644 --- a/templates/Rss/elems/PostInfo.xslt +++ b/templates/Rss/elems/PostInfo.xslt @@ -2,29 +2,31 @@ - - - <xsl:value-of select="title"/> - <xsl:text> îò </xsl:text> - <xsl:value-of select="poster/user/name"/> - - - - - - - /Post/ - - / - - - post- - - - - - - + + + + <xsl:value-of select="title"/> + <xsl:text> îò </xsl:text> + <xsl:value-of select="poster/user/name"/> + + + + + + + /Post/ + + / + + + post- + + + + + + + \ No newline at end of file