-
Updated
May 24, 2020 - CSS
flat
Here are 180 public repositories matching this topic...
-
Updated
Jul 3, 2020
-
Updated
Aug 3, 2019 - Vim script
-
Updated
Jul 1, 2020 - Python
.titlesaver input is not sanitized and XSS-DOM vulnerable on keyup, in the Snippets and Components area. It's not dramatic, but ugly when alert-widget pops up. There you should use Ajax and validate content server-side, special characters should not be inserted in DOM.
-
Updated
Jun 4, 2020 - CSS
-
Updated
Feb 4, 2017 - JavaScript
it could be very useful to implement coding style guide like PSR-2:
https://www.php-fig.org/psr/psr-2/ (https://akrabat.com/checking-your-code-for-psr-2/)
- refactor docblocks so they are consistent
here is an example: https://github.com/assemblie/Filebase/tree/style-guide
its really lot of changes for now but we can implement it step by step or create specific style guide:
https://gith
-
Updated
Sep 26, 2019 - HTML
-
Updated
Dec 19, 2018 - Inno Setup
I could not find an Nginx configuration example so I used the following.
server {
listen 80;
server_name mecha.local;
access_log /home/example/web/mecha/access-logs/access.log;
error_log /home/example/web/mecha/access-logs/error.log;
root /home/peter/example/mecha/public_html;
index index.php;
location / {
try_files $uri $uri/ @
-
Updated
Jun 27, 2020 - CSS
-
Updated
Apr 25, 2020 - CSS
-
Updated
Apr 21, 2020 - CSS
-
Updated
Jun 30, 2020 - Shell
-
Updated
Jun 18, 2020 - HTML
-
Updated
Oct 21, 2017 - Vim script
Improve this page
Add a description, image, and links to the flat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flat topic, visit your repo's landing page and select "manage topics."
When a large text is displayed in
siimple-steps-item-description, it breaks the steps item display:But when the width of the
siimple-steps-itemis fixed:Solut