Skip to content

Commit

Permalink
Removed a blank line, fixed a TYPO and updated version number accordi…
Browse files Browse the repository at this point in the history
…ngly :)
  • Loading branch information
xhezairbey committed Mar 31, 2011
1 parent 9d0f5cf commit 3325824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion STYLE
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ below. Thank you!
"bar",
$bazz);

* Keep function names simple, preferrably one word. Use snake_case for most
* Keep function names simple, preferably one word. Use snake_case for most
names, but halfCamelCase where appropriate (e.g. class methods).

* Use NaturalDocs for docstrings. Use hashmarks for docstrings on
Expand Down
4 changes: 2 additions & 2 deletions includes/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Chyrp - A Lightweight Blogging Engine
*
* Version:
* v2.1 RC
* v2.1
*
* License:
* Modified MIT (See COPYING)
Expand All @@ -16,7 +16,7 @@

# Constant: CHYRP_VERSION
# Chyrp's version number.
define('CHYRP_VERSION', "2.1 RC");
define('CHYRP_VERSION', "2.1");

# Constant: DEBUG
# Should Chyrp use debugging processes?
Expand Down
1 change: 0 additions & 1 deletion themes/stardust/layouts/default.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ${ trigger.call("head") }
</div>
</div>
{% endif %}

<div id="wrapper">
{% include "content/sidebar.twig" %}
<div id="content">
Expand Down

0 comments on commit 3325824

Please sign in to comment.