<em>@torotto 434602 wrote:</em><blockquote>I did activated a test here:
http://2tot.no/jom2/index.php/materiell/112-anbefales-ogsa</blockquote>
Please roll back the customisation (if any) in detail article in JA Decor template and try step below:
Open the templates/ja_decor/html/com_content/article/default.php file,
Change
<section class="article-content clearfix">
<div class="article-introtext">
<?php
echo DecorHelper::photogallery($this->item->text);
?></div>
</section>
To
<section class="article-content clearfix">
<div class="article-introtext">
<?php
echo $this->item->text;
?></div>
</section>
Let me know if it helps.