X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fsurvey%2Fshow_question.tpl;h=4acb162a57bcaaa6d3f1824b93e161f40019fc52;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=8748004be97ae026fb20b67a6329268300406b66;hpb=be638e733bce413df4324d985297d9a4d94dcbca;p=platal.git diff --git a/templates/survey/show_question.tpl b/templates/survey/show_question.tpl index 8748004..4acb162 100644 --- a/templates/survey/show_question.tpl +++ b/templates/survey/show_question.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,7 +22,7 @@

{$squestion.question}

{if $squestion.comment != ''} - {$squestion.comment}
+ {$squestion.comment|miniwiki|smarty:nodefaults}
{/if} {assign var='squestion_type' value=$squestion.type} {include file="survey/show_$squestion_type.tpl"}