projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
615a9c7
)
ENT_QUOTES is a bad idea
author
x2000habouzit
<x2000habouzit>
Tue, 24 Aug 2004 11:47:38 +0000
(11:47 +0000)
committer
x2000habouzit
<x2000habouzit>
Tue, 24 Aug 2004 11:47:38 +0000
(11:47 +0000)
include/xorg.page.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/xorg.page.inc.php
b/include/xorg.page.inc.php
index
60ed0e7
..
0a43e68
100644
(file)
--- a/
include/xorg.page.inc.php
+++ b/
include/xorg.page.inc.php
@@
-24,7
+24,7
@@
function function_dyn($params) {
}
function escape_html(&$string) {
- return is_string($string) ? htmlspecialchars($string
, ENT_QUOTES
) : $string;
+ return is_string($string) ? htmlspecialchars($string) : $string;
}
class XorgPage extends DiogenesCorePage {