diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-05 17:40:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-05 17:40:42 -0500 |
commit | dac049cd08d96d32862a50d749e7bf8a15d776c3 (patch) | |
tree | 3d9783abc73fa92f1a8788198f996ba1d2363a9b /app/Template/swimlane/index.php | |
parent | 4f3ca47d6130b1ffac5716dd25db222ef1f936d3 (diff) |
Add inline popoup for project sections
Diffstat (limited to 'app/Template/swimlane/index.php')
-rw-r--r-- | app/Template/swimlane/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php index 65751606..90100a98 100644 --- a/app/Template/swimlane/index.php +++ b/app/Template/swimlane/index.php @@ -66,6 +66,6 @@ <div class="form-help"><?= $this->url->doc(t('Write your text in Markdown'), 'syntax-guide') ?></div> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> + <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> </div> </form> |