We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ac1a4 + 0e1337a commit 8554bedCopy full SHA for 8554bed
cookbook/profiler/data_collector.rst
@@ -138,7 +138,7 @@ All blocks have access to the ``collector`` object.
138
.. tip::
139
140
Built-in templates use a base64 encoded image for the toolbar (``<img
141
- src="src="data:image/png;base64,..."``). You can easily calculate the
+ src="data:image/png;base64,..."``). You can easily calculate the
142
base64 value for an image with this little script: ``echo
143
base64_encode(file_get_contents($_SERVER['argv'][1]));``.
144
0 commit comments