diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs')
-rw-r--r-- | sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs/app.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs/app.html index 5fe616ca16..7c76d53162 100644 --- a/sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs/app.html +++ b/sca-cpp/trunk/hosting/server/data/apps/testsocial/htdocs/app.html @@ -17,8 +17,15 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"> - <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 2px; "> - <H1>Test social components</H1> - </SPAN> -</DIV> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title type="text">testsocial</title> + <id>testsocial</id> + <content type="application/xml"> + <DIV id="page"> + <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 2px; "> + <H1>Test social components</H1> + </SPAN> + </DIV> + </content> + <link href="testsocial"/> +</entry> |