gunnar: server/patches/horde/3.2-rc3/turba kolab_issue2832.patch, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Jul 7 10:09:39 CEST 2008


Author: gunnar

Update of /kolabrepository/server/patches/horde/3.2-rc3/turba
In directory doto:/tmp/cvs-serv28017

Added Files:
	kolab_issue2832.patch 
Log Message:
Patch for  kolab/issue2832

--- NEW FILE: kolab_issue2832.patch ---
diff -p --unified=3 -r1.11 -r1.12
--- turba/contact.php	2008/05/05 05:14:12	1.11
+++ turba/contact.php	2008/06/13 21:47:25	1.12
@@ -103,7 +103,7 @@ echo '<div id="page">';
 if (!$print_view) {
     echo $tabs->render($viewName);
 }
-echo '<h1 class="header">' . ($contact->getValue('name') ? $contact->getValue('name') : '<em>' . _("Blank name") . '</em>') . '</h1>';
+echo '<h1 class="header">' . ($contact->getValue('name') ? htmlspecialchars($contact->getValue('name')) : '<em>' . _("Blank name") . '</em>') . '</h1>';
 $view->html();
 echo '</div>';
 require $registry->get('templates', 'horde') . '/common-footer.inc';





More information about the commits mailing list