Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-28 20:35:22 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-02-28 20:35:22 +0400
commitfba360afd840bdb3585b1803f62d6d44f3d8552c (patch)
treedea4579d0863a90522d1dab2ff00cbda892bfc37 /files_svgedit
parent31617a6097b9149ca4105c57b21c3f28398c9e07 (diff)
Replace echo with p
Diffstat (limited to 'files_svgedit')
-rw-r--r--files_svgedit/templates/editor.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/files_svgedit/templates/editor.php b/files_svgedit/templates/editor.php
index a9533c744..5e316dede 100644
--- a/files_svgedit/templates/editor.php
+++ b/files_svgedit/templates/editor.php
@@ -1,9 +1,9 @@
<script type="text/javascript">
<!--
var ocsvgFile = {
- path: <?php echo $_['filePath']; ?>,
- mtime: <?php echo $_['filemTime']; ?>,
- contents: <?php echo $_['fileContents']; ?>
+ path: <?php p($_['filePath']); ?>,
+ mtime: <?php p($_['filemTime']); ?>,
+ contents: <?php p($_['fileContents']); ?>
};
//-->
</script>