summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/freeside.css4
-rw-r--r--httemplate/elements/header.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index e292172ff..e8ef6cb5c 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -230,8 +230,8 @@ div.fstabcontainer {
.fsinnerbox {
/* background-color:#cccccc; */
padding:2px;
- border: 1px solid #999999;
- border-radius: 2px;
+ border: thin solid #999999;
+ border-radius: .25em;
}
.fsinnerbox th {
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 374bfa63f..0174e1f92 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -23,7 +23,7 @@ Example:
<HTML>
<HEAD>
<TITLE>
- <% $title %>
+ <% $title_noescape || encode_entities($title) %>
</TITLE>
<!-- per RT, to prevent IE compatibility mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />