Skip to content

Commit

Permalink
fixed html tags on serverinfo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed May 14, 2015
1 parent 7677ab7 commit 4cbe643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/PServerCMS/Entity/DonateLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class DonateLog

/**
* @var UserInterface
* @ORM\Column(nullable=true)
* @ORM\ManyToOne(targetEntity="User")
* @ORM\JoinColumns({
* @ORM\JoinColumn(name="users_usrId", referencedColumnName="usrId")
Expand Down
2 changes: 1 addition & 1 deletion view/p-server-cms/site/page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
{% endblock title %}

{% block content %}
{{ pageInfo.getMemo }}
{{ pageInfo.getMemo|raw }}
{% endblock content %}

0 comments on commit 4cbe643

Please sign in to comment.