summaryrefslogtreecommitdiffstats
path: root/apps/tasks
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-06-13 15:17:46 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-06-13 15:17:46 -0400
commitb5889d6ffe2a91ccb223a84a220cb1580bc42929 (patch)
treeaca675ac30746341e8ed835a9cb233cf76a7e2cc /apps/tasks
parentbd01e9346941fa85b4bb96a42cecdbc50e51c368 (diff)
parentf9bf34340c7618a90f8ac3452b7d89085882cab3 (diff)
downloadnextcloud-server-b5889d6ffe2a91ccb223a84a220cb1580bc42929.tar.gz
nextcloud-server-b5889d6ffe2a91ccb223a84a220cb1580bc42929.zip
Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
Conflicts: apps/files_external/templates/settings.php lib/template.php
Diffstat (limited to 'apps/tasks')
-rw-r--r--apps/tasks/templates/part.taskform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tasks/templates/part.taskform.php b/apps/tasks/templates/part.taskform.php
index c00560903b0..0a25ed33c91 100644
--- a/apps/tasks/templates/part.taskform.php
+++ b/apps/tasks/templates/part.taskform.php
@@ -5,7 +5,7 @@
<input type="text" id="location" name="location" placeholder="<?php echo $l->t('Location of the task');?>" value="<?php echo isset($_['details']->LOCATION) ? $_['details']->LOCATION[0]->value : '' ?>">
<br>
<label for="categories"><?php echo $l->t('Categories'); ?></label>
- <input id="categories" name="categories" type="text" placeholder="<?php echo $l->t('Separate categories with commas'); ?>" value="<?php echo isset($_['categories']) ? htmlspecialchars($_['categories']) : '' ?>">
+ <input id="categories" name="categories" type="text" placeholder="<?php echo $l->t('Separate categories with commas'); ?>" value="<?php echo isset($_['categories']) ? $_['categories'] : '' ?>">
<a class="action edit" onclick="$(this).tipsy('hide');OCCategories.edit();" title="<?php echo $l->t('Edit categories'); ?>"><img alt="<?php echo $l->t('Edit categories'); ?>" src="<?php echo OCP\image_path('core','actions/rename.svg')?>" class="svg action" style="width: 16px; height: 16px;"></a>
<br>
<label for="due"><?php echo $l->t('Due'); ?></label>