Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Translations
annotation_www
Commits
a7a819f6
Commit
a7a819f6
authored
Jan 16, 2014
by
Martin Gregor
Browse files
uprava html labelov
parent
d02548a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/presenters/HomepagePresenter.php
View file @
a7a819f6
...
@@ -202,7 +202,7 @@ class HomepagePresenter extends BasePresenter
...
@@ -202,7 +202,7 @@ class HomepagePresenter extends BasePresenter
if
(
$this
->
en_words
[
$position
]
!=
null
)
if
(
$this
->
en_words
[
$position
]
!=
null
)
{
{
$words
[
$position
]
=
'<span class="translation"><span class="en-word">'
.
$this
->
en_words
[
$position
]
->
word
$words
[
$position
]
=
'<span class="translation"><span class="en-word">'
.
$this
->
en_words
[
$position
]
->
word
.
'</span><span class="sk-word
" style="display: none;
">'
.
$this
->
words
[
$position
]
.
'</span></span>'
;
.
'</span><span class="sk-word
hidden
">'
.
$this
->
words
[
$position
]
.
'</span></span>'
;
$sentence
=
implode
(
' '
,
$words
);
$sentence
=
implode
(
' '
,
$words
);
if
(
!
isset
(
$this
->
sentences
[
$sentence
]))
if
(
!
isset
(
$this
->
sentences
[
$sentence
]))
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment