Kanboard-Prod/app
Oliver Bertuch fe63505adf Update helpers.php, function a()
In helpers.php is a function a() used for link generation, i. e. by markdown(). In the opening <a> element was a /, which is ignored by many (all? most?) browsers, but leads to interesting result with jQuery inserting of HTML generated by that function.

I stumbled upon this while developing code for a preview of textareas and not being able to show a link to a task (#1).
2014-10-24 14:59:30 +02:00
..
Action Project activity refactoring and listeners improvements 2014-10-12 21:38:56 -04:00
Auth Move methods getIpAddress() and getUserAgent() to the Request class 2014-09-28 09:19:19 -04:00
Controller Forget to rename a method call 2014-10-21 19:01:10 -04:00
Core Project activity refactoring and listeners improvements 2014-10-12 21:38:56 -04:00
Event Project activity refactoring and listeners improvements 2014-10-12 21:38:56 -04:00
Locales Update Danish and German translations (pull-requests #342, #339 and #341) 2014-10-21 21:05:37 -04:00
Model Regular users were unable to update task time. 2014-10-21 23:02:59 -04:00
Schema Add option to allow everybody on a project 2014-10-21 18:51:59 -04:00
Templates Add option to allow everybody on a project 2014-10-21 18:51:59 -04:00
.htaccess Code refactoring (add autoloader and change files organization) 2014-05-22 12:28:28 -04:00
check_setup.php Tiny postgres fixes (pull-request #263) 2014-09-15 22:48:24 +02:00
common.php Don't load Javascript assets for public board access 2014-09-16 15:05:07 +02:00
constants.php Improve settings page and move some config parameters to the database 2014-10-04 23:31:03 -04:00
functions.php Add phpdoc comments 2014-09-23 19:46:05 +02:00
helpers.php Update helpers.php, function a() 2014-10-24 14:59:30 +02:00