Merge pull request #125 from GrahamCampbell/master

Minor Tweaks
This commit is contained in:
Denis
2013-12-31 04:27:03 -08:00
6 changed files with 14 additions and 8 deletions
+9 -3
View File
@@ -1,6 +1,12 @@
language: php
php:
- 5.4
- 5.3
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: phpunit
+1 -1
View File
@@ -41,4 +41,4 @@ $(function() {
$container.animate({ scrollTop: headerHeight }, "fast");
}
});
});
});
@@ -36,4 +36,4 @@
<?php endforeach ?>
</div>
</div>
</div>
@@ -45,4 +45,4 @@
</div>
<?php endforeach ?>
</div>
</div>
+1 -1
View File
@@ -11,4 +11,4 @@
<p class="exc-message">
<?php echo $tpl->escape($message) ?>
</p>
</div>
</div>
+1 -1
View File
@@ -1,3 +1,3 @@
<?php echo $tpl->slug("hello world!"); ?>
My name is <?php echo $tpl->escape($name) ?>
My name is <?php echo $tpl->escape($name) ?>