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