diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-06-06 21:54:24 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-06-06 21:54:24 +0200 |
commit | 4c5700e7f61380b82997566e1e29b947e5fb73d0 (patch) | |
tree | 80283504b5afb2c85ba1ba43767e311080d37968 /ratatoeskr | |
parent | 64c43443cef210b3c7c35c8be048193ac78858a3 (diff) | |
download | ratatoeskr-cms-feature-easier-templating.tar.gz ratatoeskr-cms-feature-easier-templating.tar.bz2 ratatoeskr-cms-feature-easier-templating.zip |
Removed debug stuff from standard.html template.feature-easier-templating
Diffstat (limited to 'ratatoeskr')
-rw-r--r-- | ratatoeskr/templates/src/usertemplates/standard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/usertemplates/standard.html b/ratatoeskr/templates/src/usertemplates/standard.html index ef0862e..ef78001 100644 --- a/ratatoeskr/templates/src/usertemplates/standard.html +++ b/ratatoeskr/templates/src/usertemplates/standard.html @@ -16,7 +16,7 @@ <div class="fullarticle">
<h2>$article[title]</h2>
<div class="article_meta">Published: <ste:date timestamp="$article[timestamp]">%d. %h. %Y, %H:%M</ste:date></div>
- $article[text]<!-- $article[comments_allowed] -->
+ $article[text]
<ste:if>
$article[comments_allowed]
<ste:then>
|