diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-29 21:16:57 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-29 21:16:57 +0000 |
commit | bd77e0fb2851f7ae6a45a11ea9cda0979c035539 (patch) | |
tree | 1d8912656c2e2a0a417b8ead1691aa66e3894fa2 /sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp | |
parent | 04f13aca63fae1b29e503f90bfc41c162abe1804 (diff) |
Enhanced the title of teh JSP so that it includes JSP in the page title
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp index d1970a37ab..daf8c5cff1 100644 --- a/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp +++ b/sandbox/travelsample/contributions/currency-jsp/src/main/webapp/currency-converter.jsp @@ -23,7 +23,7 @@ <html>
<body>
-<h2>SCA Tours Currency Converter</h2>
+<h2>SCA Tours Currency Converter JSP</h2>
Welcome to the SCA Tours Currency Converter:
<p>
|