summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-10 16:38:28 -0700
committerMark Wells <mark@freeside.biz>2015-07-10 16:38:28 -0700
commit0ed195595b5c7ea404c8848d9d1881ada4214489 (patch)
tree6d6f3fe6e980cd123ff7a648d27fb9eb6b16ab13 /httemplate/elements
parentaf05c3dda381122e0a45f72dbc0b4e9492f13fe7 (diff)
parentdf4a68099abfa067014f36f92874fccefdea662e (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 3dc344cbf..750da74b8 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -228,8 +228,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" />