An error occurred while processing the template.
Java method "com.liferay.journal.internal.util.JournalContentImpl.getContent(long, String, String, String, String, com.liferay.portal.kernel.theme.ThemeDisplay)" threw an exception when invoked on com.liferay.journal.internal.util.JournalContentImpl object "com.liferay.journal.internal.util.JournalContentImpl@7d80f0dc"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: ${journalContent.getContent(groupId, ... [in template "10155#10193#34798006" at line 36, column 1] ----
1<style>
2@media screen and (max-width: 768px) {
3 .vd-fr-yt {
4 max-width: 320px;
5 }
6}
7@media screen and (min-width: 768px) {
8 .vd-fr-yt {
9 max-width: 400px;
10 }
11}
12.PressReleaseFont
13{
14 font-size: 18px;
15 color: #222223;
16 font-family: "Open Sans", Arial, "Arial Narrow", sans-serif;
17 line-height: inherit;
18 text-indent: 0px;
19 padding: 5px;
20 text-align: Center;
21 font-weight: bold;
22}
23.BodyOfPressRelease{
24 color: #222223;
25 font-size: 14px;
26 font-family: "Open Sans", Arial, "Arial Narrow", sans-serif;
27 line-height: inherit;
28 text-indent: 0px;
29 padding: 5px;
30 text-align: justify;
31 }
32</style>
33
34<#assign articleId = request.getParameter("articleId") />
35
36${journalContent.getContent(groupId, articleId,"64451666", viewMode, languageId, themeDisplay)}