Hi guys
I'm doing this in the head tag on a layout.
<title><s:title /></title>
<meta name="description" content="<s:description />" />
<meta name="keywords" content="<s:keywords />" />
But it comes out in the rendered HTML as:
<title>
Home Page
</title>
<meta name="description" content="
Base Home Page
" />
<meta name="keywords" content="
keyword1, keyword2
" />
The spaces in the line are exactly as above. So not sure if I'm using the tags correctly.
Any thoughts?
Indy