Skip to content

Commit

Permalink
Console warnings and errors #46
Browse files Browse the repository at this point in the history
  • Loading branch information
acotiuga committed Aug 28, 2019
1 parent 81b5510 commit 091651f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<date>1458566986000</date>
<contentUpdateDate>1458566986000</contentUpdateDate>
<version>1.1</version>
<title>#if($doc.name=='ForumSheet')ForumSheet#{elseif}($doc.isNew())$request.title#{else}$doc.title#end</title>
<title>#if($doc.documentReference.name=='ForumSheet')ForumSheet#{elseif}($doc.isNew())$request.title#{else}$doc.title#end</title>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"&lt;ul class='users'&gt;
&lt;li class='user'&gt;
&lt;div class='user-avatar-wrapper'&gt;#resizedUserAvatar($forumDoc.creator 30)&lt;/div&gt;
&lt;div class='user-name'&gt;#if (!$creatorDoc.isNew() &amp;&amp; $creatorDoc.URL)&lt;span class='wikilink'&gt;&lt;a href='$creatorDoc.URL'&gt;$creatorDoc.name&lt;/a&gt;&lt;/span&gt;#else${forumDoc.creator}#end&lt;/div&gt;
&lt;div class='user-name'&gt;#if (!$creatorDoc.isNew() &amp;&amp; $creatorDoc.URL)&lt;span class='wikilink'&gt;&lt;a href='$creatorDoc.URL'&gt;$creatorDoc.documentReference.name&lt;/a&gt;&lt;/span&gt;#else${forumDoc.creator}#end&lt;/div&gt;
&lt;div&gt;&lt;span class='user-alias'&gt;$xwiki.getUserName($creatorDoc.fullName, false)&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;"))
Expand Down

0 comments on commit 091651f

Please sign in to comment.