mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Merge branch 'security/rve-2024-1' into develop
This commit is contained in:
commit
9eea71631a
4 changed files with 11 additions and 10 deletions
|
|
@ -67,7 +67,7 @@
|
|||
<li class="delicious link"><a href="https://delicious.com/">Delicious</a></li>
|
||||
</ul>
|
||||
<script>
|
||||
var sTitle = '{str_ireplace(array('<script', '</script'), array("<scr'+'ipt", "</scr'+'ipt"), addslashes($oDocument->getTitleText()))}';
|
||||
var sTitle = {json_encode($oDocument->getTitleText())};
|
||||
jQuery(function($){
|
||||
$('.twitter>a').snspost({
|
||||
type : 'twitter',
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<script>
|
||||
var sTitle = '{$oDocument->getTitleText()}';
|
||||
var sTitle = {json_encode($oDocument->getTitleText())};
|
||||
jQuery(function($){
|
||||
$('.twitter').snspost({
|
||||
type : 'twitter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue