diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-09-30 18:07:45 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-09-30 18:07:45 +0200 |
| commit | 37e17f2198f4629fb7d4ec2ed68d96f664ec55ad (patch) | |
| tree | c9b10a2e4821dab9a7c033dae15fb0d2da21ef8c /templates/tag.php | |
| parent | 35be0ae011c70e766417b1e640a8dac03644a3b6 (diff) | |
| download | grauphel-37e17f2198f4629fb7d4ec2ed68d96f664ec55ad.tar.gz grauphel-37e17f2198f4629fb7d4ec2ed68d96f664ec55ad.zip | |
style the token list a bit
Diffstat (limited to 'templates/tag.php')
| -rw-r--r-- | templates/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tag.php b/templates/tag.php index ea80ed0..fec3bc2 100644 --- a/templates/tag.php +++ b/templates/tag.php @@ -3,7 +3,7 @@ <?php /** @var $l OC_L10N */ ?> <?php $_['appNavigation']->printPage(); ?> -<div id="app-content"> +<div id="app-content" class="content"> <h1>Notebook: <?php p($_['tag']); ?></h1> <ul> <?php foreach ($_['notes'] as $note) { ?> |
