Skip to content

Commit

Permalink
cssOneLineText() code style minor
Browse files Browse the repository at this point in the history
  • Loading branch information
w3l committed Feb 5, 2016
1 parent eeadf4a commit 1399830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public function allTests()

echo self::kbdShortcut(array("Ctrl", "Alt", "Delete"), "auto"); // <kbd class="holt45-kbd"><span class="holt45-kbd__symbol">&#10034;</span>Ctrl</kbd> + <kbd class="holt45-kbd"><span class="holt45-kbd__symbol">&#9095;</span>Alt</kbd> + <kbd class="holt45-kbd"><span class="holt45-kbd__symbol">&#9003;</span>Delete</kbd>

echo self::cssOneLineText("hallo world!", "h1", 80, 320);
echo self::cssOneLineText("hallo world!", "h1", 80, 320);

/* Math */
$arr = self::generatePaginationRange(106, 15, 7); // Array([0] => 1, [1] => 13, [2] => 14, [3] => 15, [4] => 16, [5] => 17, [6] => 106)
echo $arr[0];
Expand Down
2 changes: 1 addition & 1 deletion holt45/Strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public static function kbdShortcut(

return implode($inputJoinGlue, $returnArray);
}

/**
* Attempting to keep CSS on one line with scoped style.
*
Expand Down

0 comments on commit 1399830

Please sign in to comment.