]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9872767
)
Resolves heading issues in grid view
author
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 10:52:29 +0000
(16:22 +0530)
committer
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 10:52:29 +0000
(16:22 +0530)
app/Book.php
patch
|
blob
|
history
diff --git
a/app/Book.php
b/app/Book.php
index be90e0e1af707d97c4775fab4a09a7e32c167e60..538505266530272fd08a4f4d33fa2e8adc59be62 100644
(file)
--- a/
app/Book.php
+++ b/
app/Book.php
@@
-34,8
+34,8
@@
class Book extends Entity
public function getHeadingExcerpt($length = 35)
{
- $
h
eading = $this->name;
- return strlen($
heading) > $length ? substr($heading, 0, $length-3) . '...' : $h
eading;
+ $
bookH
eading = $this->name;
+ return strlen($
bookHeading) > $length ? substr($bookHeading, 0, $length-3) . '...' : $bookH
eading;
}
public function cover()
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.